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

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'],
}