Merge pull request #2407 from github/welcome-back-handlebars

Adding back Handlebars grammar
This commit is contained in:
Arfon Smith
2015-05-19 15:44:38 -05:00
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -638,3 +638,6 @@
[submodule "vendor/grammars/api-blueprint-sublime-plugin"]
path = vendor/grammars/api-blueprint-sublime-plugin
url = https://github.com/apiaryio/api-blueprint-sublime-plugin
[submodule "vendor/grammars/Handlebars"]
path = vendor/grammars/Handlebars
url = https://github.com/daaain/Handlebars

View File

@@ -50,6 +50,8 @@ vendor/grammars/G-Code/:
- source.gcode
vendor/grammars/GDScript-sublime/:
- source.gdscript
vendor/grammars/Handlebars:
- text.html.handlebars
vendor/grammars/IDL-Syntax:
- source.webidl
vendor/grammars/InnoSetup/:

View File

@@ -1319,7 +1319,7 @@ Handlebars:
extensions:
- .handlebars
- .hbs
tm_scope: none
tm_scope: text.html.handlebars
ace_mode: handlebars
Harbour:

1
vendor/grammars/Handlebars vendored Submodule