mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
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:
parent
49dffa7d24
commit
c2591445c9
@ -2220,7 +2220,7 @@ formatter = { command = "dfmt" }
|
|||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "d"
|
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]]
|
[[language]]
|
||||||
name = "vhs"
|
name = "vhs"
|
||||||
|
Loading…
Reference in New Issue
Block a user