UNPKG

263 BJavaScriptView Raw
1export default {
2 "name": "Latte",
3 "type": "markup",
4 "color": "#f2a542",
5 "extensions": [
6 ".latte"
7 ],
8 "tmScope": "text.html.smarty",
9 "aceMode": "smarty",
10 "codemirrorMode": "smarty",
11 "codemirrorMimeType": "text/x-smarty",
12 "languageId": 196
13}