UNPKG

270 BJavaScriptView Raw
1module.exports = {
2 "name": "Haml",
3 "type": "markup",
4 "color": "#ece2a9",
5 "extensions": [
6 ".haml",
7 ".haml.deface"
8 ],
9 "tmScope": "text.haml",
10 "aceMode": "haml",
11 "codemirrorMode": "haml",
12 "codemirrorMimeType": "text/x-haml",
13 "languageId": 154
14}