Skip to content

Commit

Permalink
Update to more up-to-date zig tree-sitter repo
Browse files Browse the repository at this point in the history
The previous tree-sitter repo seems to be unmaintained.

Switch to a more maintained tree-sitter repo.

I also fixed the queries: precedences, some helix captures, ...
  • Loading branch information
iceghost committed Oct 31, 2024
1 parent 855a43a commit 75debfe
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 197 deletions.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ args = { console = "internalConsole", attachCommands = [ "platform select remote

[[grammar]]
name = "zig"
source = { git = "https://github.com/maxxnino/tree-sitter-zig", rev = "0d08703e4c3f426ec61695d7617415fff97029bd" }
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-zig", rev = "eb7d58c2dc4fbeea4745019dee8df013034ae66b" }

[[language]]
name = "prolog"
Expand Down
Loading

0 comments on commit 75debfe

Please sign in to comment.