ObserverOfTime
ObserverOfTime
If we do move forward with this then all the open PRs will be added to the wiki here. The nvim-treesitter page will likely be removed.
> Feel free to steal more info from the nvim-treesitter wiki (like the expanded links for parser writing resources). Those can be added to the [useful external resources](https://github.com/tree-sitter/tree-sitter/wiki/Useful-external-resources) page. (done)...
Compile with `-std=c11` (or `/std:c11`), if compiling manually. Or post the version of your compiler.
`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. ```
I'm guessing that's a node 24 bug.
It's been fixed anyway.
Because this was fixed upstream.
https://github.com/tree-sitter/tree-sitter/commit/939e61c58de00342d4fd56df7a1c60948a03ca3f#diff-a4bf7a6873d0730efad02c1acf3ec3e8b98d053b4f03ae0e4a72e2081e4dfd8dR30
I think we'd rather use `curl` & `tar` than add a bunch of dependencies, considering they are available: - On most Linux/BSD systems by default and can be declared as...
Guess I'm gonna need some help with the rust bindings.