Add graphql schema file type (#6159)

Co-authored-by: Andrey Grebenyk <GrebenyukAE@ugpa.ru>
pull/5/head
Andrey Grebenyk 1 year ago committed by GitHub
parent c082ef2863
commit 0625f410eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save