mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #1982 from pchaigno/racket-grammar
New grammar for Racket
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
1
vendor/grammars/Racket
vendored
Submodule
Submodule vendor/grammars/Racket added at 02739c25ae
1
vendor/grammars/racket-tmbundle
vendored
1
vendor/grammars/racket-tmbundle
vendored
Submodule vendor/grammars/racket-tmbundle deleted from a6b66624d0
Reference in New Issue
Block a user