aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Rostecki2023-12-13 01:37:03 +0000
committerGitHub2023-12-13 01:37:03 +0000
commitc2591445c90ae9c152cbc974122b77632de78e85 (patch)
tree3b303bafd54476581dfaecd1a1b0697b552772af
parent49dffa7d24a6a8f08444b9f10b9f6398100f9d1f (diff)
chore: Update tree-sitter-d (#9021)
One of the included changes is gdamore/tree-sitter-d#22 which fixes the build of Helix when using clang as `CC`.
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 66b43472..7f1c6b76 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2220,7 +2220,7 @@ formatter = { command = "dfmt" }
[[grammar]]
name = "d"
-source = { git = "https://github.com/gdamore/tree-sitter-d", rev="601c4a1e8310fb2f3c43fa8a923d0d27497f3c04" }
+source = { git = "https://github.com/gdamore/tree-sitter-d", rev = "5566f8ce8fc24186fad06170bbb3c8d97c935d74" }
[[language]]
name = "vhs"