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

12 lines
242 B
JavaScript
Executable File

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