Elm-syntax submodule moved
This commit is contained in:
parent
04263766b8
commit
4362efc789
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||||
|
|
|
@ -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.
Loading…
Reference in a new issue