Christian Clason

Results 1783 comments of Christian Clason

Yes, but the discussion then becomes (too) quickly about keymaps. The point of such an issue would be to collect _what_ to configure before starting to propose _how_.

Feel free to steal more info from the nvim-treesitter wiki (like the expanded links for parser writing resources).

You should then also add a note how someone would get their shiny new parser into that list (ask on Discord?)

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...

This adds a (hard?) requirement on a (Neovim-only) external plugin, which I don't think is acceptable...

The tag was removed because the type was added.

Looks like the full-moon release is actually done now (1.1.0 actually) 🥳

By the time this error triggers, query files have been concatenated already, so this information is lost. The context is also clear from the buffer where the error triggers. Just...