Update Elm support

This commit is contained in:
Alex Neslusan
2015-01-01 20:24:13 +08:00
parent 795f42cbaa
commit 5fe233384e
4 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -526,3 +526,6 @@
[submodule "vendor/grammars/Scalate.tmbundle"]
path = vendor/grammars/Scalate.tmbundle
url = https://github.com/scalate/Scalate.tmbundle
[submodule "vendor/grammars/Elm.tmLanguage"]
path = vendor/grammars/Elm.tmLanguage
url = https://github.com/deadfoxygrandpa/Elm.tmLanguage

View File

@@ -31,6 +31,8 @@ vendor/grammars/ColdFusion:
- text.html.cfm
vendor/grammars/Docker.tmbundle:
- source.dockerfile
vendor/grammars/Elm.tmLanguage:
- source.elm
vendor/grammars/Handlebars:
- text.html.handlebars
vendor/grammars/IDL-Syntax:

View File

@@ -789,7 +789,7 @@ Elm:
type: programming
extensions:
- .elm
tm_scope: source.haskell
tm_scope: source.elm
ace_mode: elm
Emacs Lisp: