Files
2025-12-03 21:28:08 +00:00

13 lines
267 B
JavaScript
Executable File

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