Detect Parrot assembly and bytecode individually, and add some tests

This commit is contained in:
Jonathan "Duke" Leto
2011-07-28 11:24:30 -07:00
parent 9dff8bb4a8
commit a4eb4738d7
5 changed files with 32 additions and 2 deletions

View File

@@ -643,16 +643,30 @@ PHP:
- .phpt
Parrot Internal Representation:
type: programming
lexer: Text only
search_term: pir
aliases:
- pir
primary_extension: .pir
extensions:
- .pasm
- .pbc
- .pir
Parrot Assembly:
type: programming
lexer: Text only
search_term: pasm
primary_extension: .pasm
extensions:
- .pasm
Parrot Bytecode:
type: data
search_term: pbc
primary_extension: .pbc
extensions:
- .pbc
Perl:
type: programming
overrides: