You've already forked Epicnabbo-Catalogus-Updated-Daily
22 lines
355 B
JSON
22 lines
355 B
JSON
{
|
|
"name": "HTML+EEX",
|
|
"type": "markup",
|
|
"color": "#6e4a7e",
|
|
"tmScope": "text.html.elixir",
|
|
"group": "HTML",
|
|
"aliases": [
|
|
"eex",
|
|
"heex",
|
|
"leex"
|
|
],
|
|
"extensions": [
|
|
".eex",
|
|
".html.heex",
|
|
".html.leex"
|
|
],
|
|
"aceMode": "text",
|
|
"codemirrorMode": "htmlmixed",
|
|
"codemirrorMimeType": "text/html",
|
|
"languageId": 149
|
|
}
|