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

12 lines
233 B
JavaScript
Executable File

export default {
name: 'IDL',
type: 'programming',
aceMode: 'text',
extensions: ['.pro', '.dlm'],
languageId: 161,
tmScope: 'source.idl',
codemirrorMode: 'idl',
codemirrorMimeType: 'text/x-idl',
color: '#a3522f',
}