aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorChemicalXandco2022-08-24 01:52:01 +0000
committerGitHub2022-08-24 01:52:01 +0000
commit6b912b864195e0781b186e50b91050ed5c9b0e3d (patch)
treee76381659c23b91b9d59cc363d8c932a4cf3f32a /languages.toml
parent99b1e8ad89aa73b60b43a66a723c52f4b13b97ae (diff)
add syntax highlights for xit (#3521)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml13
1 files changed, 12 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 5772be47..2b56e332 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1493,7 +1493,6 @@ indent = { tab-width = 2, unit = " " }
name = "jsdoc"
source = { git = "https://github.com/tree-sitter/tree-sitter-jsdoc", rev = "189a6a4829beb9cdbe837260653b4a3dfb0cc3db" }
-
[[language]]
name = "openscad"
scope = "source.openscad"
@@ -1653,3 +1652,15 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "task"
source = { git = "https://github.com/alexanderbrevig/tree-sitter-task", rev = "f2cb435c5dbf3ee19493e224485d977cb2d36d8b" }
+
+[[language]]
+name = "xit"
+scope = "source.xit"
+injection-regex = "xit"
+file-types = ["xit"]
+roots = []
+indent = { tab-width = 4, unit = " " }
+
+[[grammar]]
+name = "xit"
+source = { git = "https://github.com/synaptiko/tree-sitter-xit", rev = "7d7902456061bc2ad21c64c44054f67b5515734c" }