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

11 lines
173 B
TypeScript
Executable File

declare const _: {
name: 'Alloy'
type: 'programming'
aceMode: 'text'
extensions: ['.als']
languageId: 13
tmScope: 'source.alloy'
color: '#64C800'
}
export = _