nix-community / tree-sitter-nix

Nix grammar for tree-sitter [maintainer=@cstrahan]
MIT License
179 stars 31 forks source link

feat: update to tree-sitter 0.23 #110

Open aldoborrero opened 1 month ago

aldoborrero commented 1 month ago

Summary of Changes

This PR introduces updating the code to use tree-sitter 0.23. It takes the work performed on PR #108 (so it would be great to merge that one, as I can't set the base branch of this PR to the other one) and from there add the following:

Next objectives

Known Issue

There's still one issue with the highlights that I need to check out why it is happening, so tests won't pass until I fix it.