Christian Clason
Christian Clason
PR welcome; queries are community-maintained. (The issue is the `injection.combined`. But this may be required for parsing other snippets correctly.)
Your versions are very outdated. Please update Neovim and nvim-treesitter (remove all, even temporary, files and reinstall).
Needs a rebase first.
Closing as stale; can reopen if and when it is rebased.
Please open a new PR then; the rebase broke this one.
Cannot reproduce. Latest version is 0.9.5, please test that. And please provide a minimal(!) reproducible config we can test with `nvim --clean -u test.lua`.
Nvim-treesitter requires Nvim 0.10 now.
Just don't enable workflows on your fork? That's a standard setting.
Thank you, but I don't think we need to single out this workflow. It really is better to just disable all workflows on forks.
Having multiple parsers for the same file is not supported. If you have multiple languages, you need to either define a "base language" with injections, or have an "extended" language...