linguist-languages
Version:
Linguist languages.yml in JSON format
18 lines (17 loc) • 309 B
JavaScript
module.exports = {
"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
}