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

11 lines
222 B
JavaScript
Executable File

module.exports = {
name: 'WebIDL',
type: 'programming',
aceMode: 'text',
extensions: ['.webidl'],
languageId: 395,
tmScope: 'source.webidl',
codemirrorMode: 'webidl',
codemirrorMimeType: 'text/x-webidl',
}