🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
365 B
JavaScript
Executable File
15 lines
365 B
JavaScript
Executable File
module.exports = {
|
|
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'],
|
|
}
|