Skip to content

Commit

Permalink
chore: Update tree-sitter-d (helix-editor#9021)
Browse files Browse the repository at this point in the history
One of the included changes is gdamore/tree-sitter-d#22 which
fixes the build of Helix when using clang as `CC`.
  • Loading branch information
vadorovsky authored and dgkf committed Jan 30, 2024
1 parent ff1bbb6 commit 3f7db21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3f7db21

Please sign in to comment.