Christian Clason
Christian Clason
It's a multiline snippet completion, which isn't supported in core yet -- you need a completion and snippet plugin for those.
> Is there any way to just have queries in _~/.config/nvim/queries/_ override the default queries? This is now the default (queries in "later" directories overwrite those in earlier ones unless...
#3555 switched the **help** parser to a different repository and improved implementation. To make sure you update to the new one, do `:TSUninstall help` followed by `:TSInstall help` (making sure...
https://github.com/nvim-treesitter/nvim-treesitter/pull/3656 removed the obsolete `TS*` highlighting groups. Users and plugins should instead directly use the capture name as a highlight group. E.g., instead of ```vim hi link TSPunctDelimit Delimiter ```...
This is now being tracked upstream: https://github.com/neovim/neovim/issues/20912
Bad bot. What exactly is failing here? As Lewis mentioned, this works fine in Neovim and the tests pass, so if there's a situation where it doesn't work, it'd be...
Again, we build LibUV fine with with `LIBUV_BUILD_SHARED=OFF`, see https://github.com/neovim/neovim/blob/37a71d1f28e5d7fd13f0ede69b4d2558157a9e4b/cmake.deps/cmake/BuildLibuv.cmake#L9 So there's something else going on. Can you share a complete build invocation?
That looks like a test that fails, not the library itself? (Which is not as surprising that those would need to be adapted.) I checked and `libuv_a.a` is built successfully...
@gengjiawen Do I understand you correctly that it would be acceptable if `LIBUV_BUILD_SHARED` disabled the tests?
Practical and current limitation: nvim-treesitter evolved from a syntax highlighting alternative. More fine-grained control is definitely a desideratum but requires somewhat extensive changes, not just to nvim-treesitter but also to...