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