UNPKG

267 BJavaScriptView Raw
1export default {
2 "name": "Smarty",
3 "type": "programming",
4 "color": "#f0c040",
5 "extensions": [
6 ".tpl"
7 ],
8 "aceMode": "smarty",
9 "codemirrorMode": "smarty",
10 "codemirrorMimeType": "text/x-smarty",
11 "tmScope": "text.html.smarty",
12 "languageId": 353
13}