Christian Clason
Christian Clason
You learn something new every day. Sorry for giving you the runaround!
Just adding that we _are_ seeing increasing confusion since people look at docs (as we tell them to) and find documentation or code examples that simply won't work for them...
But that won't work with current "soft deprecations" which _hide_ the documentation. (In this case, users will find no docs for them: the old ones are gone, but the new...
I expect that is just injecting the `latex` parser into a `latex_block` node.
This is intentional since this breaks the automated commentstring detection in Neovim.
I believe it would also break, at least on Neovim master. Rmd/quarto is _not_ Markdown, even though it looks very similar to the untrained eye. You really should write a...
If the difference is only the comment string (or at least only at the top level), you could just replace that and still keep the `markdown_inline` injections. That would vastly...
Well, there was an "if" in this statement ;)
See https://github.com/nvim-treesitter/nvim-treesitter/issues/6975 for a related issue. (The current setup makes it hard to parse multiline commands as `bash`, since we need to inject into fragments and combine them together --...
What concrete bug is fixed by this?