mirror of https://github.com/helix-editor/helix
Add graphql schema file type (#6159)
Co-authored-by: Andrey Grebenyk <GrebenyukAE@ugpa.ru>pull/5435/head^2
parent
c082ef2863
commit
0625f410eb
|
@ -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…
Reference in New Issue