From 884ecd9d2b0069befa1fc24a187c094989e06438 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 --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index d4ea9a8678c9c..006db633c4ac3 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 = " " }