Files
2025-11-25 22:42:56 +01:00

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
}