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

13 lines
229 B
TypeScript
Executable File

declare const _: {
name: 'Parrot Assembly'
type: 'programming'
aceMode: 'text'
extensions: ['.pasm']
languageId: 279
tmScope: 'none'
aliases: ['pasm']
group: 'Parrot'
interpreters: ['parrot']
}
export default _