Merge pull request #1982 from pchaigno/racket-grammar

New grammar for Racket
This commit is contained in:
Arfon Smith
2015-01-10 09:18:45 -06:00
4 changed files with 6 additions and 6 deletions

6
.gitmodules vendored
View File

@@ -112,9 +112,6 @@
[submodule "vendor/grammars/nesC.tmbundle"] [submodule "vendor/grammars/nesC.tmbundle"]
path = vendor/grammars/nesC.tmbundle path = vendor/grammars/nesC.tmbundle
url = https://github.com/cdwilson/nesC.tmbundle url = https://github.com/cdwilson/nesC.tmbundle
[submodule "vendor/grammars/racket-tmbundle"]
path = vendor/grammars/racket-tmbundle
url = https://github.com/christophevg/racket-tmbundle
[submodule "vendor/grammars/haxe-sublime-bundle"] [submodule "vendor/grammars/haxe-sublime-bundle"]
path = vendor/grammars/haxe-sublime-bundle path = vendor/grammars/haxe-sublime-bundle
url = https://github.com/clemos/haxe-sublime-bundle url = https://github.com/clemos/haxe-sublime-bundle
@@ -546,3 +543,6 @@
[submodule "vendor/grammars/language-hy"] [submodule "vendor/grammars/language-hy"]
path = vendor/grammars/language-hy path = vendor/grammars/language-hy
url = https://github.com/rwtolbert/language-hy url = https://github.com/rwtolbert/language-hy
[submodule "vendor/grammars/Racket"]
path = vendor/grammars/Racket
url = https://github.com/soegaard/racket-highlight-for-github

View File

@@ -56,6 +56,8 @@ vendor/grammars/PHP-Twig.tmbundle:
- text.html.twig - text.html.twig
vendor/grammars/RDoc.tmbundle: vendor/grammars/RDoc.tmbundle:
- text.rdoc - text.rdoc
vendor/grammars/Racket:
- source.racket
vendor/grammars/SCSS.tmbundle: vendor/grammars/SCSS.tmbundle:
- source.scss - source.scss
vendor/grammars/Scalate.tmbundle: vendor/grammars/Scalate.tmbundle:
@@ -362,8 +364,6 @@ vendor/grammars/python-django.tmbundle:
vendor/grammars/r.tmbundle: vendor/grammars/r.tmbundle:
- source.r - source.r
- text.tex.latex.rd - text.tex.latex.rd
vendor/grammars/racket-tmbundle:
- source.racket
vendor/grammars/restructuredtext.tmbundle: vendor/grammars/restructuredtext.tmbundle:
- text.restructuredtext - text.restructuredtext
vendor/grammars/ruby-haml.tmbundle: vendor/grammars/ruby-haml.tmbundle:

1
vendor/grammars/Racket vendored Submodule

Submodule vendor/grammars/Racket added at 02739c25ae