tree-sitter-vimdoc
tree-sitter-vimdoc copied to clipboard
bullet point lists with codeblocks not indented correctly
Currently, https://neovim.io/doc/user/api.html#nvim_open_win() looks like the screenshot below. After the first code block, the indentation is wrong, both for the paragraph text and also for subsequent bullet points at the bottom.
related:
- https://github.com/neovim/tree-sitter-vimdoc/issues/118
- https://github.com/neovim/tree-sitter-vimdoc/issues/146
need to allow < to be contained in a line_li. this does not seem to be working: https://github.com/neovim/tree-sitter-vimdoc/blob/f061895a0eff1d5b90e4fb60d21d87be3267031a/grammar.js#L166-L168