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

13 lines
246 B
TypeScript
Executable File

declare const _: {
name: 'Smarty'
type: 'programming'
aceMode: 'smarty'
extensions: ['.tpl']
languageId: 353
tmScope: 'text.html.smarty'
codemirrorMode: 'smarty'
codemirrorMimeType: 'text/x-smarty'
color: '#f0c040'
}
export = _