Grammar for GDScript from Sublime Text package

This commit is contained in:
Paul Chaignon
2015-02-01 21:37:07 +01:00
parent 8376f1e4a4
commit 3864e712ef
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -570,3 +570,6 @@
[submodule "vendor/grammars/Creole"]
path = vendor/grammars/Creole
url = https://github.com/Siddley/Creole
[submodule "vendor/grammars/GDScript-sublime"]
path = vendor/grammars/GDScript-sublime
url = https://github.com/beefsack/GDScript-sublime

View File

@@ -39,6 +39,8 @@ vendor/grammars/Docker.tmbundle:
- source.dockerfile
vendor/grammars/Elm.tmLanguage:
- source.elm
vendor/grammars/GDScript-sublime/:
- source.gdscript
vendor/grammars/Handlebars:
- text.html.handlebars
vendor/grammars/IDL-Syntax:

View File

@@ -976,7 +976,7 @@ GDScript:
type: programming
extensions:
- .gd
tm_scope: none
tm_scope: source.gdscript
ace_mode: text
GLSL: