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

12 lines
225 B
TypeScript
Executable File

declare const _: {
name: 'WebIDL'
type: 'programming'
aceMode: 'text'
extensions: ['.webidl']
languageId: 395
tmScope: 'source.webidl'
codemirrorMode: 'webidl'
codemirrorMimeType: 'text/x-webidl'
}
export = _