Add parent Parrot language

This commit is contained in:
Joshua Peek
2011-08-01 10:25:03 -05:00
parent ac89ff7f01
commit d82b08f560
2 changed files with 9 additions and 6 deletions

View File

@@ -643,24 +643,28 @@ PHP:
- .php5
- .phpt
Parrot Internal Representation:
Parrot:
type: programming
lexer: Text only
primary_extension: .parrot # Dummy extension
Parrot Internal Representation:
group: Parrot
type: programming
lexer: Text only
search_term: pir
aliases:
- pir
group: Parrot
extensions:
- .pir
Parrot Assembly:
group: Parrot
type: programming
lexer: Text only
group: Parrot
aliases:
- pasm
extensions:
- .pasm
- .pasm
Perl:
type: programming