tree-sitter-lua
tree-sitter-lua copied to clipboard
feat: update bindings
Closes #52
tree-sitter test passes locally but fails in CI. :thinking:
syntax highlighting:
✗ string.lua
Failure - row: 29, column: 0, expected highlight 'string.escape', actual highlights: none.
https://github.com/tree-sitter-grammars/tree-sitter-lua/blob/db16e76558122e834ee214c8dc755b4a3edc82a9/test/highlight/string.lua#L32
That's a bug in tree-sitter 0.25.3 with arrow tests that is already fixed on master (and the release branch).
I should not have been so quick to merge this PR; the tree-sitter bug masked a real problem here with the bindings, see the test failure on #55. @ObserverOfTime can you please take a look and fix it?
I'm guessing that's a node 24 bug.