Adding Perl6-specific grammar.

This commit is contained in:
Arfon Smith
2016-02-02 19:37:35 -07:00
parent c46900396a
commit 7b58b1ea59
4 changed files with 9 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -710,3 +710,6 @@
[submodule "vendor/grammars/language-yang"]
path = vendor/grammars/language-yang
url = https://github.com/DzonyKalafut/language-yang.git
[submodule "vendor/grammars/perl6fe"]
path = vendor/grammars/perl6fe
url = https://github.com/MadcapJake/language-perl6fe.git

View File

@@ -445,6 +445,10 @@ vendor/grammars/pascal.tmbundle:
vendor/grammars/perl.tmbundle/:
- source.perl
- source.perl.6
vendor/grammars/perl6fe:
- source.meta-info
- source.perl6fe
- source.regexp.perl6fe
vendor/grammars/php-smarty.tmbundle:
- text.html.smarty
vendor/grammars/php.tmbundle:

View File

@@ -2654,7 +2654,7 @@ Perl6:
- Rexfile
interpreters:
- perl6
tm_scope: source.perl.6
tm_scope: source.perl6fe
ace_mode: perl
Pickle:

1
vendor/grammars/perl6fe vendored Submodule

Submodule vendor/grammars/perl6fe added at 8bcf098074