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

12 lines
221 B
JavaScript
Executable File

module.exports = {
name: 'Parrot Assembly',
type: 'programming',
aceMode: 'text',
extensions: ['.pasm'],
languageId: 279,
tmScope: 'none',
aliases: ['pasm'],
group: 'Parrot',
interpreters: ['parrot'],
}