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

12 lines
252 B
TypeScript
Executable File

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