🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
370 B
TypeScript
Executable File
16 lines
370 B
TypeScript
Executable File
declare const _: {
|
|
name: 'Tcl'
|
|
type: 'programming'
|
|
aceMode: 'tcl'
|
|
extensions: ['.tcl', '.adp', '.sdc', '.tcl.in', '.tm', '.xdc']
|
|
filenames: ['owh', 'starfield']
|
|
languageId: 367
|
|
tmScope: 'source.tcl'
|
|
aliases: ['sdc', 'xdc']
|
|
codemirrorMode: 'tcl'
|
|
codemirrorMimeType: 'text/x-tcl'
|
|
color: '#e4cc98'
|
|
interpreters: ['tclsh', 'wish']
|
|
}
|
|
export default _
|