mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Merge branch 'master' of github.com:github/linguist
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -397,9 +397,6 @@
|
|||||||
[submodule "vendor/grammars/pascal.tmbundle"]
|
[submodule "vendor/grammars/pascal.tmbundle"]
|
||||||
path = vendor/grammars/pascal.tmbundle
|
path = vendor/grammars/pascal.tmbundle
|
||||||
url = https://github.com/textmate/pascal.tmbundle
|
url = https://github.com/textmate/pascal.tmbundle
|
||||||
[submodule "vendor/grammars/perl.tmbundle"]
|
|
||||||
path = vendor/grammars/perl.tmbundle
|
|
||||||
url = https://github.com/textmate/perl.tmbundle
|
|
||||||
[submodule "vendor/grammars/php-smarty.tmbundle"]
|
[submodule "vendor/grammars/php-smarty.tmbundle"]
|
||||||
path = vendor/grammars/php-smarty.tmbundle
|
path = vendor/grammars/php-smarty.tmbundle
|
||||||
url = https://github.com/textmate/php-smarty.tmbundle
|
url = https://github.com/textmate/php-smarty.tmbundle
|
||||||
@@ -645,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,8 +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:
|
vendor/grammars/perl.tmbundle/:
|
||||||
- source.perl
|
- 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:
|
||||||
|
|||||||
@@ -18,6 +18,8 @@
|
|||||||
# language. This should match one of the scopes listed in
|
# language. This should match one of the scopes listed in
|
||||||
# the grammars.yml file. Use "none" if there is no grammar
|
# the grammars.yml file. Use "none" if there is no grammar
|
||||||
# for this language.
|
# for this language.
|
||||||
|
# group - Name of the parent language. Languages in a group are counted
|
||||||
|
# in the statistics as the parent language.
|
||||||
#
|
#
|
||||||
# Any additions or modifications (even trivial) should have corresponding
|
# Any additions or modifications (even trivial) should have corresponding
|
||||||
# test change in `test/test_blob.rb`.
|
# test change in `test/test_blob.rb`.
|
||||||
@@ -2282,6 +2284,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 +2320,7 @@ Perl6:
|
|||||||
- Rexfile
|
- Rexfile
|
||||||
interpreters:
|
interpreters:
|
||||||
- perl6
|
- perl6
|
||||||
tm_scope: none
|
tm_scope: source.perl.6
|
||||||
ace_mode: perl
|
ace_mode: perl
|
||||||
|
|
||||||
PigLatin:
|
PigLatin:
|
||||||
|
|||||||
Reference in New Issue
Block a user