linguist-languages
Version:
Linguist languages.yml in JSON format
31 lines (30 loc) • 459 B
JavaScript
module.exports = {
"name": "TeX",
"type": "markup",
"color": "#3D6117",
"aceMode": "tex",
"codemirrorMode": "stex",
"codemirrorMimeType": "text/x-stex",
"tmScope": "text.tex.latex",
"wrap": true,
"aliases": [
"latex"
],
"extensions": [
".tex",
".aux",
".bbx",
".cbx",
".cls",
".dtx",
".ins",
".lbx",
".ltx",
".mkii",
".mkiv",
".mkvi",
".sty",
".toc"
],
"languageId": 369
}