-
Hello!
Awesome project! I'm wondering if we could remove some build steps, reduce deps and leverage some of the features that exist in most peoples nvim setups.
For example: https://tree-sitter.…
-
Copied from a draft issue on the WASM/Modern tree-sitter project.
This is an interesting idea because `tree-sitter-json` properly parses JavaScript-style comments. They aren't automatically errors, w…
-
### Summary
Hi, I wasn't exactly sure where to report this, since https://github.com/tree-sitter-grammars/tree-sitter-odin mentioned following:
> If your issue is related to a bug in your editor-e…
-
# Description
`:checkhealth nvim-treesitter` reports error messages for C# and Zig
# Neovim version
`v0.10.1`
# How to reproduce the issue
1. Use minimal init.lua as below
```lua
vim.env.LA…
-
[MagicPython](https://github.com/MagicStack/MagicPython) doesn't seem to have been updated in 2 years, meaning it doesn't support any of the new syntax in python 3.12:
- https://github.…
-
Hello!
I wrote a [tree-sitter-fastbuild](https://github.com/pinbraerts/tree-sitter-fastbuild) parser for `.bff` files and I'm excited to share it with the community. Tested it manually and with som…
-
The current version of the tree-sitter RST parser does not process RST grammar embedded into directives like `.. warning::`, `.. note::`, etc. See here for an example of such a document and the parse …
-
Hi, how to add Fennel language support?
at least syntax highlighting, i came across [tree-sitter-fennel](https://github.com/travonted/tree-sitter-fennel)
and basic fennel lsp [fennel-ls](https://g…
-
See https://github.com/Razzeee/tree-sitter-elm for my implementation, I believe, that we would still need a css file for the colors like here for python https://github.com/tree-sitter/tree-sitter-pyth…
-
When compiling the tree-sitter grammar (running `make` in the `tree-sitter` directory) I get the following error:
```
cd tree-sitter-spthy && tree-sitter generate
Warning: rule non_deterministic_…