mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #3033 from github/change-elm-grammar
Change Elm grammar to community version
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -446,9 +446,6 @@
|
|||||||
[submodule "vendor/grammars/Scalate.tmbundle"]
|
[submodule "vendor/grammars/Scalate.tmbundle"]
|
||||||
path = vendor/grammars/Scalate.tmbundle
|
path = vendor/grammars/Scalate.tmbundle
|
||||||
url = https://github.com/scalate/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
|
|
||||||
[submodule "vendor/grammars/sublime-bsv"]
|
[submodule "vendor/grammars/sublime-bsv"]
|
||||||
path = vendor/grammars/sublime-bsv
|
path = vendor/grammars/sublime-bsv
|
||||||
url = https://github.com/thotypous/sublime-bsv
|
url = https://github.com/thotypous/sublime-bsv
|
||||||
@@ -734,3 +731,6 @@
|
|||||||
[submodule "vendor/grammars/nu.tmbundle"]
|
[submodule "vendor/grammars/nu.tmbundle"]
|
||||||
path = vendor/grammars/nu.tmbundle
|
path = vendor/grammars/nu.tmbundle
|
||||||
url = https://github.com/jsallis/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
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ vendor/grammars/ColdFusion:
|
|||||||
- text.html.cfm
|
- text.html.cfm
|
||||||
vendor/grammars/Docker.tmbundle:
|
vendor/grammars/Docker.tmbundle:
|
||||||
- source.dockerfile
|
- source.dockerfile
|
||||||
vendor/grammars/Elm.tmLanguage:
|
vendor/grammars/Elm/:
|
||||||
- source.elm
|
- source.elm
|
||||||
vendor/grammars/FreeMarker.tmbundle:
|
vendor/grammars/FreeMarker.tmbundle:
|
||||||
- text.html.ftl
|
- text.html.ftl
|
||||||
|
|||||||
1
vendor/grammars/Elm
vendored
Submodule
1
vendor/grammars/Elm
vendored
Submodule
Submodule vendor/grammars/Elm added at 227327e33e
1
vendor/grammars/Elm.tmLanguage
vendored
1
vendor/grammars/Elm.tmLanguage
vendored
Submodule vendor/grammars/Elm.tmLanguage deleted from 155ce91c81
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
type: grammar
|
type: grammar
|
||||||
name: Elm.tmLanguage
|
name: Elm
|
||||||
license: mit
|
license: mit
|
||||||
---
|
---
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
Reference in New Issue
Block a user