linguist-languages
Version:
Linguist languages.yml in JSON format
18 lines (17 loc) • 326 B
JavaScript
export default {
"name": "Ecmarkup",
"type": "markup",
"color": "#eb8131",
"group": "HTML",
"extensions": [
".html"
],
"tmScope": "text.html.ecmarkup",
"aceMode": "html",
"codemirrorMode": "htmlmixed",
"codemirrorMimeType": "text/html",
"aliases": [
"ecmarkdown"
],
"languageId": 844766630
}