Merge pull request #2256 from Oldes/red_grammar

Added grammar submodule for Red language
This commit is contained in:
Arfon Smith
2015-03-23 11:30:06 -05:00
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -645,3 +645,6 @@
[submodule "vendor/grammars/perl.tmbundle"]
path = vendor/grammars/perl.tmbundle
url = https://github.com/textmate/perl.tmbundle
[submodule "vendor/grammars/Sublime-Red"]
path = vendor/grammars/Sublime-Red
url = https://github.com/Oldes/Sublime-Red

View File

@@ -113,6 +113,8 @@ vendor/grammars/Sublime-QML:
- source.qml
vendor/grammars/Sublime-REBOL:
- source.rebol
vendor/grammars/Sublime-Red:
- source.red
vendor/grammars/Sublime-SQF-Language:
- source.sqf
vendor/grammars/Sublime-Text-2-OpenEdge-ABL:

View File

@@ -2637,7 +2637,7 @@ Red:
- .reds
aliases:
- red/system
tm_scope: none
tm_scope: source.red
ace_mode: text
Redcode:

1
vendor/grammars/Sublime-Red vendored Submodule