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`.
This commit is contained in:
Michal Rostecki 2023-12-13 01:37:03 +00:00 committed by GitHub
parent 49dffa7d24
commit c2591445c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"