linguist-languages
Version:
Linguist languages data
14 lines (12 loc) • 333 B
TypeScript
declare const _: {
readonly name: 'MTML'
readonly type: 'markup'
readonly aceMode: 'html'
readonly extensions: readonly ['.mtml']
readonly languageId: 218
readonly tmScope: 'text.html.basic'
readonly codemirrorMode: 'htmlmixed'
readonly codemirrorMimeType: 'text/html'
readonly color: '#b7e1f4'
}
export default _