Christian Clason

Results 1361 comments of Christian Clason

Yeah, markdown is just hard to parse into a syntax tree. People are working on that, but it is highly non-trivial.

Not to my knowledge; this is a fundamental limitation common to all "soft" markup languages (opposed to structured ones like HTML or LaTeX). You could give RST a try, though.

A quick fix would be very much appreciated, since the rewrite sounds like something we can't just drop in in place of the current one (needing substantial infrastructure work to...

We'll never know until someone puts a PR for it up for discussion...

I am very much in favor of this instead of the current approach, which tries the default location and, if that is not writeable, puts parsers in a different, hardcoded...

Yes, that was the original reason for adding the fallback location.

No, because it's not about where Neovim _finds_ treesitter parsers, but where nvim-treesitter _installs_ them.

> However nvim-treesitter prefers parsing options in through a table in config.setup {...}. Yes, this is the common pattern throughout the Lua ecosystem. > What is the best way to...

Disable nvim-treesitter?