Remove parrot bytecode as a separate language, as well as deprecated/redundant keys in languages.yml and put PIR+PASM in the Parrot group

This commit is contained in:
Jonathan "Duke" Leto
2011-07-28 16:41:41 -07:00
parent a4eb4738d7
commit 03b948a182
2 changed files with 4 additions and 12 deletions

View File

@@ -648,25 +648,19 @@ Parrot Internal Representation:
search_term: pir
aliases:
- pir
primary_extension: .pir
group: Parrot
extensions:
- .pir
Parrot Assembly:
type: programming
lexer: Text only
search_term: pasm
primary_extension: .pasm
group: Parrot
aliases:
- pasm
extensions:
- .pasm
Parrot Bytecode:
type: data
search_term: pbc
primary_extension: .pbc
extensions:
- .pbc
Perl:
type: programming
overrides: