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

13 lines
239 B
TypeScript
Executable File

declare const _: {
name: 'ECL'
type: 'programming'
aceMode: 'text'
extensions: ['.ecl', '.eclxml']
languageId: 93
tmScope: 'source.ecl'
codemirrorMode: 'ecl'
codemirrorMimeType: 'text/x-ecl'
color: '#8a1267'
}
export = _