You've already forked Epicnabbo-Catalogus-Updated-Daily
31 lines
442 B
JSON
31 lines
442 B
JSON
{
|
|
"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
|
|
}
|