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

13 lines
263 B
TypeScript
Executable File

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