UNPKG

367 BJavaScriptView Raw
1export default {
2 "name": "HTML",
3 "type": "markup",
4 "tmScope": "text.html.basic",
5 "aceMode": "html",
6 "codemirrorMode": "htmlmixed",
7 "codemirrorMimeType": "text/html",
8 "color": "#e34c26",
9 "aliases": [
10 "xhtml"
11 ],
12 "extensions": [
13 ".html",
14 ".hta",
15 ".htm",
16 ".html.hl",
17 ".inc",
18 ".xht",
19 ".xhtml"
20 ],
21 "languageId": 146
22}