linguist-languages
Version:
Linguist languages.yml in JSON format
23 lines (22 loc) • 384 B
text/typescript
declare const _: {
"name": "HTML+EEX",
"type": "markup",
"color": "#6e4a7e",
"tmScope": "text.html.elixir",
"group": "HTML",
"aliases": [
"eex",
"heex",
"leex"
],
"extensions": [
".html.eex",
".heex",
".leex"
],
"aceMode": "text",
"codemirrorMode": "htmlmixed",
"codemirrorMimeType": "text/html",
"languageId": 149
}
export default _