Files
rspade_system/node_modules/linguist-languages/data/MTML.d.ts
2025-12-03 21:28:08 +00:00

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 = _