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

13 lines
243 B
TypeScript
Executable File

declare const _: {
name: 'Haml'
type: 'markup'
aceMode: 'haml'
extensions: ['.haml', '.haml.deface']
languageId: 154
tmScope: 'text.haml'
codemirrorMode: 'haml'
codemirrorMimeType: 'text/x-haml'
color: '#ece2a9'
}
export = _