Elm-syntax submodule moved

This commit is contained in:
Vincent Prouillet 2018-01-29 19:10:18 +01:00
parent 04263766b8
commit 4362efc789
5 changed files with 4 additions and 4 deletions

6
.gitmodules vendored
View file

@ -13,9 +13,6 @@
[submodule "sublime_syntaxes/Julia-sublime"] [submodule "sublime_syntaxes/Julia-sublime"]
path = sublime_syntaxes/Julia-sublime path = sublime_syntaxes/Julia-sublime
url = https://github.com/JuliaEditorSupport/Julia-sublime.git url = https://github.com/JuliaEditorSupport/Julia-sublime.git
[submodule "sublime_syntaxes/Elm.tmLanguage"]
path = sublime_syntaxes/Elm.tmLanguage
url = https://github.com/elm-community/Elm.tmLanguage.git
[submodule "sublime_syntaxes/sublime_toml_highlighting"] [submodule "sublime_syntaxes/sublime_toml_highlighting"]
path = sublime_syntaxes/sublime_toml_highlighting path = sublime_syntaxes/sublime_toml_highlighting
url = https://github.com/Jayflux/sublime_toml_highlighting.git url = https://github.com/Jayflux/sublime_toml_highlighting.git
@ -31,3 +28,6 @@
[submodule "sublime_syntaxes/TypeScript-TmLanguage"] [submodule "sublime_syntaxes/TypeScript-TmLanguage"]
path = sublime_syntaxes/TypeScript-TmLanguage path = sublime_syntaxes/TypeScript-TmLanguage
url = https://github.com/Microsoft/TypeScript-TmLanguage url = https://github.com/Microsoft/TypeScript-TmLanguage
[submodule "sublime_syntaxes/SublimeElmLanguageSupport"]
path = sublime_syntaxes/SublimeElmLanguageSupport
url = https://github.com/elm-community/SublimeElmLanguageSupport

View file

@ -45,7 +45,7 @@ You can also add a submodule to the repository of the wanted syntax:
```bash ```bash
$ cd sublime_syntaxes $ cd sublime_syntaxes
$ git submodule add https://github.com/elm-community/Elm.tmLanguage.git $ git submodule add https://github.com/elm-community/SublimeElmLanguageSupport
``` ```
Note that you can also only copy manually the updated syntax definition file but this means Note that you can also only copy manually the updated syntax definition file but this means

Binary file not shown.

Binary file not shown.