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