🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
236 B
TypeScript
Executable File
13 lines
236 B
TypeScript
Executable File
declare const _: {
|
|
name: 'MTML'
|
|
type: 'markup'
|
|
aceMode: 'html'
|
|
extensions: ['.mtml']
|
|
languageId: 218
|
|
tmScope: 'text.html.basic'
|
|
codemirrorMode: 'htmlmixed'
|
|
codemirrorMimeType: 'text/html'
|
|
color: '#b7e1f4'
|
|
}
|
|
export = _
|