module.exports = { name: 'COBOL', type: 'programming', aceMode: 'cobol', extensions: ['.cob', '.cbl', '.ccp', '.cobol', '.cpy'], languageId: 48, tmScope: 'source.cobol', codemirrorMode: 'cobol', codemirrorMimeType: 'text/x-cobol', }