linguist-languages
Version:
Linguist languages.yml in JSON format
20 lines (19 loc) • 329 B
text/typescript
declare const _: {
"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
}
export default _