Unnamed repository; edit this file 'description' to name the repository.
Add graphql schema file type (#6159)
Co-authored-by: Andrey Grebenyk <[email protected]>
Andrey Grebenyk 2023-03-02
parent c082ef2 · commit 0625f41
-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 = " " }