module.exports = { name: 'Kotlin', type: 'programming', aceMode: 'kotlin', extensions: ['.kt', '.ktm', '.kts'], languageId: 189, tmScope: 'source.kotlin', codemirrorMode: 'clike', codemirrorMimeType: 'text/x-kotlin', color: '#A97BFF', }