Grammar for Click from Atom package

This commit is contained in:
Paul Chaignon
2015-12-05 14:03:02 +01:00
parent b1c057fa30
commit 5b9f9bc0e6
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -692,3 +692,6 @@
[submodule "vendor/grammars/FreeMarker.tmbundle"]
path = vendor/grammars/FreeMarker.tmbundle
url = https://github.com/freemarker/FreeMarker.tmbundle
[submodule "vendor/grammars/language-click"]
path = vendor/grammars/language-click
url = https://github.com/stenverbois/language-click.git

View File

@@ -324,6 +324,8 @@ vendor/grammars/kotlin-sublime-package:
vendor/grammars/language-babel/:
- source.js.jsx
- source.regexp.babel
vendor/grammars/language-click/:
- source.click
vendor/grammars/language-clojure:
- source.clojure
vendor/grammars/language-coffee-script:

View File

@@ -546,7 +546,7 @@ Click:
color: "#E4E6F3"
extensions:
- .click
tm_scope: none
tm_scope: source.click
ace_mode: text
Clojure: