linguist-languages
Version:
Linguist languages.yml in JSON format
19 lines (18 loc) • 326 B
text/typescript
declare const _: {
"name": "HTML+ECR",
"type": "markup",
"color": "#2e1052",
"tmScope": "text.html.ecr",
"group": "HTML",
"aliases": [
"ecr"
],
"extensions": [
".ecr"
],
"aceMode": "text",
"codemirrorMode": "htmlmixed",
"codemirrorMimeType": "text/html",
"languageId": 148
}
export default _