Update Scala syntax grammar (#4044)

* Add vscode-scala

* Use vscode-scala template for scala sources

* Add grammar licence for vscode-scala

* Fix vendor in README

* Sort vendors in grammars.yml

* Fix license file name
This commit is contained in:
Nicolas Stucki
2018-02-28 13:03:31 +01:00
committed by Colin Seymour
parent 1bbcfa5683
commit 50d46eed38
5 changed files with 33 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -148,6 +148,9 @@
[submodule "vendor/grammars/opa.tmbundle"]
path = vendor/grammars/opa.tmbundle
url = https://github.com/mads379/opa.tmbundle
[submodule "vendor/grammars/vscode-scala-syntax"]
path = vendor/grammars/vscode-scala-syntax
url = https://github.com/scala/vscode-scala-syntax
[submodule "vendor/grammars/scala.tmbundle"]
path = vendor/grammars/scala.tmbundle
url = https://github.com/mads379/scala.tmbundle