nvim-treesitter / nvim-treesitter-textobjects

Apache License 2.0
2.2k stars 200 forks source link

fix(julia): adapt queries to parser changes #719

Closed fredrikekre closed 4 days ago

fredrikekre commented 4 days ago

This patch adapts the julia queries to the breaking changes in https://github.com/tree-sitter/tree-sitter-julia/pull/153.

fixes #716