Files
rspade_system/node_modules/linguist-languages/data/COBOL.js
2025-12-03 21:28:08 +00:00

11 lines
249 B
JavaScript
Executable File

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