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

12 lines
259 B
JavaScript
Executable File

export default {
name: 'Dylan',
type: 'programming',
aceMode: 'text',
extensions: ['.dylan', '.dyl', '.intr', '.lid'],
languageId: 91,
tmScope: 'source.dylan',
codemirrorMode: 'dylan',
codemirrorMimeType: 'text/x-dylan',
color: '#6c616e',
}