Skip to content

Commit

Permalink
Update Elm support
Browse files Browse the repository at this point in the history
  • Loading branch information
deadfoxygrandpa committed Jan 1, 2015
1 parent 795f42c commit 5fe2333
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -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
2 changes: 2 additions & 0 deletions grammars.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/linguist/languages.yml
Expand Up @@ -789,7 +789,7 @@ Elm:
type: programming
extensions:
- .elm
tm_scope: source.haskell
tm_scope: source.elm
ace_mode: elm

Emacs Lisp:
Expand Down
1 change: 1 addition & 0 deletions vendor/grammars/Elm.tmLanguage
Submodule Elm.tmLanguage added at 1d2e09

0 comments on commit 5fe2333

Please sign in to comment.