linguist-languages
Version:
Linguist languages data
24 lines (22 loc) • 544 B
TypeScript
declare const _: {
readonly name: 'Tcl'
readonly type: 'programming'
readonly aceMode: 'tcl'
readonly extensions: readonly [
'.tcl',
'.adp',
'.sdc',
'.tcl.in',
'.tm',
'.xdc',
]
readonly filenames: readonly ['owh', 'starfield']
readonly languageId: 367
readonly tmScope: 'source.tcl'
readonly aliases: readonly ['sdc', 'xdc']
readonly codemirrorMode: 'tcl'
readonly codemirrorMimeType: 'text/x-tcl'
readonly color: '#e4cc98'
readonly interpreters: readonly ['tclsh', 'wish']
}
export default _