UNPKG

328 BJavaScriptView Raw
1module.exports = {
2 "name": "Ecmarkup",
3 "type": "markup",
4 "color": "#eb8131",
5 "group": "HTML",
6 "extensions": [
7 ".html"
8 ],
9 "tmScope": "text.html.ecmarkup",
10 "aceMode": "html",
11 "codemirrorMode": "htmlmixed",
12 "codemirrorMimeType": "text/html",
13 "aliases": [
14 "ecmarkdown"
15 ],
16 "languageId": 844766630
17}