Add support for GraphQL (#2947)

* Add GraphQL to languages.yml

* Add graphql submodule

* Add graphql to grammars.yml

* Add GraphQL samples

* Updating licensed information
This commit is contained in:
Garen Torikian
2016-04-13 21:03:02 -07:00
committed by Arfon Smith
parent 7c9fd59a99
commit bce676e902
7 changed files with 128 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -707,3 +707,6 @@
[submodule "vendor/grammars/language-apl"]
path = vendor/grammars/language-apl
url = https://github.com/Alhadis/language-apl.git
[submodule "vendor/grammars/language-graphql"]
path = vendor/grammars/language-graphql
url = https://github.com/rmosolgo/language-graphql