aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index ea93df3a..f9362eac 100644
--- a/languages.toml
+++ b/languages.toml
@@ -569,6 +569,14 @@ comment-token = "#"
indent = { tab-width = 4, unit = "\t" }
[[language]]
+name = "graphql"
+scope = "source.graphql"
+injection-regex = "graphql"
+file-types = ["gql", "graphql"]
+roots = []
+indent = { tab-width = 2, unit = " " }
+
+[[language]]
name = "elm"
scope = "source.elm"
injection-regex = "elm"