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

12 lines
184 B
TypeScript
Executable File

declare const _: {
name: 'E'
type: 'programming'
aceMode: 'text'
extensions: ['.e']
languageId: 92
tmScope: 'none'
color: '#ccce35'
interpreters: ['rune']
}
export = _