Closed muhmud closed 11 months ago
Nope, that's something that can't be done with a syntax tree, given the loose vimdoc format.
(In 90% of cases, the issue is with the docs themselves; if they are meant to be a table, they should be marked up as such.)
Currently, a table like this:
gets rendered like this:
Data on the whitespace does not seem to appear in the parsed tree-sitter document in this case, though I do see it for
codeblock
. Is there something that can be done to handle this better?