aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grebenyk2023-03-02 15:59:16 +0000
committerGitHub2023-03-02 15:59:16 +0000
commit0625f410ebdab22e54af10f934de41bdba911069 (patch)
treef128036940e6e847a607fd9cf2869f720a8b0d8a
parentc082ef28632e8a92a91926f3714808942238098b (diff)
Add graphql schema file type (#6159)
Co-authored-by: Andrey Grebenyk <GrebenyukAE@ugpa.ru>
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index d4ea9a86..006db633 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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 = " " }