linguist-languages
Version:
Linguist languages.yml in JSON format
19 lines (18 loc) • 312 B
JavaScript
module.exports = {
"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
}