You've already forked Epicnabbo-Catalogus-Updated-Daily
25 lines
370 B
JSON
25 lines
370 B
JSON
{
|
|
"name": "Tcl",
|
|
"type": "programming",
|
|
"color": "#e4cc98",
|
|
"extensions": [
|
|
".tcl",
|
|
".adp",
|
|
".tcl.in",
|
|
".tm"
|
|
],
|
|
"filenames": [
|
|
"owh",
|
|
"starfield"
|
|
],
|
|
"interpreters": [
|
|
"tclsh",
|
|
"wish"
|
|
],
|
|
"tmScope": "source.tcl",
|
|
"aceMode": "tcl",
|
|
"codemirrorMode": "tcl",
|
|
"codemirrorMimeType": "text/x-tcl",
|
|
"languageId": 367
|
|
}
|