🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
183 B
TypeScript
Executable File
11 lines
183 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Riot'
|
|
type: 'markup'
|
|
aceMode: 'html'
|
|
extensions: ['.riot']
|
|
languageId: 878396783
|
|
tmScope: 'text.html.riot'
|
|
color: '#A71E49'
|
|
}
|
|
export default _
|