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

11 lines
199 B
JavaScript
Executable File

export default {
name: 'AIDL',
type: 'programming',
aceMode: 'text',
extensions: ['.aidl'],
languageId: 451700185,
tmScope: 'source.aidl',
color: '#34EB6B',
interpreters: ['aidl'],
}