UNPKG

370 BJavaScriptView Raw
1export default {
2 "name": "HTML+EEX",
3 "type": "markup",
4 "color": "#6e4a7e",
5 "tmScope": "text.html.elixir",
6 "group": "HTML",
7 "aliases": [
8 "eex",
9 "heex",
10 "leex"
11 ],
12 "extensions": [
13 ".eex",
14 ".html.heex",
15 ".html.leex"
16 ],
17 "aceMode": "text",
18 "codemirrorMode": "htmlmixed",
19 "codemirrorMimeType": "text/html",
20 "languageId": 149
21}