From 0625f410ebdab22e54af10f934de41bdba911069 Mon Sep 17 00:00:00 2001
From: Andrey Grebenyk <35263631+x318@users.noreply.github.com>
Date: Thu, 2 Mar 2023 18:59:16 +0300
Subject: [PATCH] Add graphql schema file type (#6159)

Co-authored-by: Andrey Grebenyk <GrebenyukAE@ugpa.ru>
---
 languages.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 = "  " }