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

View File

@@ -1262,6 +1262,14 @@ Graph Modeling Language:
tm_scope: none
ace_mode: text
GraphQL:
type: data
extensions:
- .graphql
color: "#E535AB"
tm_scope: source.graphql
ace_mode: text
Graphviz (DOT):
type: data
tm_scope: source.dot