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

13 lines
243 B
TypeScript
Executable File

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