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

11 lines
170 B
TypeScript
Executable File

declare const _: {
name: 'Parrot'
type: 'programming'
aceMode: 'text'
extensions: ['.parrot']
languageId: 278
tmScope: 'none'
color: '#f3ca0a'
}
export = _