diff --git a/.gitmodules b/.gitmodules index 0235d8f5..c774827a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -731,3 +731,6 @@ [submodule "vendor/grammars/nu.tmbundle"] path = vendor/grammars/nu.tmbundle url = https://github.com/jsallis/nu.tmbundle +[submodule "vendor/grammars/Elm"] + path = vendor/grammars/Elm + url = https://github.com/elm-community/Elm.tmLanguage diff --git a/grammars.yml b/grammars.yml index ae593508..316c0b2e 100755 --- a/grammars.yml +++ b/grammars.yml @@ -38,6 +38,8 @@ vendor/grammars/Docker.tmbundle: - source.dockerfile vendor/grammars/Elm.tmLanguage: - source.elm +vendor/grammars/Elm/: +- source.elm vendor/grammars/FreeMarker.tmbundle: - text.html.ftl vendor/grammars/G-Code/: diff --git a/vendor/grammars/Elm b/vendor/grammars/Elm new file mode 160000 index 00000000..227327e3 --- /dev/null +++ b/vendor/grammars/Elm @@ -0,0 +1 @@ +Subproject commit 227327e33e1ceecb7da9d276a89fef4f21ee64ed diff --git a/vendor/licenses/grammar/Elm.tmLanguage.txt b/vendor/licenses/grammar/Elm.txt similarity index 98% rename from vendor/licenses/grammar/Elm.tmLanguage.txt rename to vendor/licenses/grammar/Elm.txt index 878d6862..7f04b933 100644 --- a/vendor/licenses/grammar/Elm.tmLanguage.txt +++ b/vendor/licenses/grammar/Elm.txt @@ -1,6 +1,6 @@ --- type: grammar -name: Elm.tmLanguage +name: Elm license: mit --- The MIT License (MIT)