UNPKG

470 BTypeScriptView Raw
1declare const _: {
2 "name": "TeX",
3 "type": "markup",
4 "color": "#3D6117",
5 "aceMode": "tex",
6 "codemirrorMode": "stex",
7 "codemirrorMimeType": "text/x-stex",
8 "tmScope": "text.tex.latex",
9 "wrap": true,
10 "aliases": [
11 "latex"
12 ],
13 "extensions": [
14 ".tex",
15 ".aux",
16 ".bbx",
17 ".cbx",
18 ".cls",
19 ".dtx",
20 ".ins",
21 ".lbx",
22 ".ltx",
23 ".mkii",
24 ".mkiv",
25 ".mkvi",
26 ".sty",
27 ".toc"
28 ],
29 "languageId": 369
30}
31export = _