UNPKG

452 BJavaScriptView Raw
1module.exports = {
2 "name": "Tcl",
3 "type": "programming",
4 "color": "#e4cc98",
5 "extensions": [
6 ".tcl",
7 ".adp",
8 ".sdc",
9 ".tcl.in",
10 ".tm",
11 ".xdc"
12 ],
13 "aliases": [
14 "sdc",
15 "xdc"
16 ],
17 "filenames": [
18 "owh",
19 "starfield"
20 ],
21 "interpreters": [
22 "tclsh",
23 "wish"
24 ],
25 "tmScope": "source.tcl",
26 "aceMode": "tcl",
27 "codemirrorMode": "tcl",
28 "codemirrorMimeType": "text/x-tcl",
29 "languageId": 367
30}