mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Grammar for Perl and Perl6 from TextMate bundle
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -642,3 +642,6 @@
|
|||||||
[submodule "vendor/grammars/xc.tmbundle"]
|
[submodule "vendor/grammars/xc.tmbundle"]
|
||||||
path = vendor/grammars/xc.tmbundle
|
path = vendor/grammars/xc.tmbundle
|
||||||
url = https://github.com/graymalkin/xc.tmbundle
|
url = https://github.com/graymalkin/xc.tmbundle
|
||||||
|
[submodule "vendor/grammars/perl.tmbundle"]
|
||||||
|
path = vendor/grammars/perl.tmbundle
|
||||||
|
url = https://github.com/textmate/perl.tmbundle
|
||||||
|
|||||||
@@ -393,6 +393,9 @@ vendor/grammars/oz-tmbundle/Syntaxes/Oz.tmLanguage:
|
|||||||
- source.oz
|
- source.oz
|
||||||
vendor/grammars/pascal.tmbundle:
|
vendor/grammars/pascal.tmbundle:
|
||||||
- source.pascal
|
- source.pascal
|
||||||
|
vendor/grammars/perl.tmbundle/:
|
||||||
|
- source.perl
|
||||||
|
- source.perl.6
|
||||||
vendor/grammars/php-smarty.tmbundle:
|
vendor/grammars/php-smarty.tmbundle:
|
||||||
- source.smarty
|
- source.smarty
|
||||||
vendor/grammars/php.tmbundle:
|
vendor/grammars/php.tmbundle:
|
||||||
|
|||||||
@@ -2282,6 +2282,7 @@ Pascal:
|
|||||||
|
|
||||||
Perl:
|
Perl:
|
||||||
type: programming
|
type: programming
|
||||||
|
tm_scope: source.perl
|
||||||
ace_mode: perl
|
ace_mode: perl
|
||||||
color: "#0298c3"
|
color: "#0298c3"
|
||||||
extensions:
|
extensions:
|
||||||
@@ -2317,7 +2318,7 @@ Perl6:
|
|||||||
- Rexfile
|
- Rexfile
|
||||||
interpreters:
|
interpreters:
|
||||||
- perl6
|
- perl6
|
||||||
tm_scope: none
|
tm_scope: source.perl.6
|
||||||
ace_mode: perl
|
ace_mode: perl
|
||||||
|
|
||||||
PigLatin:
|
PigLatin:
|
||||||
|
|||||||
1
vendor/grammars/perl.tmbundle
vendored
Submodule
1
vendor/grammars/perl.tmbundle
vendored
Submodule
Submodule vendor/grammars/perl.tmbundle added at 907eff8769
Reference in New Issue
Block a user