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

13 lines
275 B
JavaScript
Executable File

export default {
name: 'APL',
type: 'programming',
aceMode: 'text',
extensions: ['.apl', '.dyalog'],
languageId: 6,
tmScope: 'source.apl',
codemirrorMode: 'apl',
codemirrorMimeType: 'text/apl',
color: '#5A8164',
interpreters: ['apl', 'aplx', 'dyalog'],
}