mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Detect Parrot assembly and bytecode individually, and add some tests
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user