Christian Clason

Results 1720 comments of Christian Clason

Since the `master` branch is frozen, this has become `wontfix`.

We use `UINT32_MAX` as a sentinel value elsewhere, so we should just handle this case explicitly, as the comment suggests.

ping @caarlos0 If this project is no longer officially maintained, consider archiving it so we can drop it from nvim-treesitter.

Can you point me to these failing tests? The grammar change should not have affected any queries, and in particular should not make such a huge, sweeping, difference as the...

Yes, those tests need to be adapted since the corresponding nodes are now visible. Just do `tree-sitter test -u`, or edit the expected output manually.

This is a standard Nvim cache directory so I'm a bit surprised it doesn't exist. But it's probably safer to mkdir it regardless.

> minimal.lua Is this _really_ minimal? I.e., a simple `vim.treesitter.start()` in a `FileType markdown` autocommand won't trigger it? Is `render-markdown` doing anything treesitter related? If so, can you try to...

(Note that there haven't been noteworthy changes to the async parsing since 0.11 was released, so I'd be surprised if you can't reproduce it on a 0.11 appimage.)