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

19 lines
295 B
JSON

{
"name": "Tcsh",
"type": "programming",
"group": "Shell",
"extensions": [
".tcsh",
".csh"
],
"interpreters": [
"tcsh",
"csh"
],
"tmScope": "source.shell",
"aceMode": "sh",
"codemirrorMode": "shell",
"codemirrorMimeType": "text/x-sh",
"languageId": 368
}