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

13 lines
260 B
TypeScript
Executable File

declare const _: {
name: 'Mustache'
type: 'markup'
aceMode: 'smarty'
extensions: ['.mustache']
languageId: 638334590
tmScope: 'text.html.smarty'
codemirrorMode: 'smarty'
codemirrorMimeType: 'text/x-smarty'
color: '#724b3b'
}
export default _