Add graphql schema file type (#6159)
Co-authored-by: Andrey Grebenyk <GrebenyukAE@ugpa.ru>
This commit is contained in:
parent
c082ef2863
commit
0625f410eb
1 changed files with 1 additions and 1 deletions
|
@ -1190,7 +1190,7 @@ source = { git = "https://github.com/shunsambongi/tree-sitter-gitignore", rev =
|
|||
name = "graphql"
|
||||
scope = "source.graphql"
|
||||
injection-regex = "graphql"
|
||||
file-types = ["gql", "graphql"]
|
||||
file-types = ["gql", "graphql", "graphqls"]
|
||||
roots = []
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue