linguist-languages
Version:
Linguist languages.yml in JSON format
24 lines (23 loc) • 386 B
text/typescript
declare const _: {
"name": "HTML",
"type": "markup",
"tmScope": "text.html.basic",
"aceMode": "html",
"codemirrorMode": "htmlmixed",
"codemirrorMimeType": "text/html",
"color": "#e34c26",
"aliases": [
"xhtml"
],
"extensions": [
".html",
".hta",
".htm",
".html.hl",
".inc",
".xht",
".xhtml"
],
"languageId": 146
}
export default _