tree-sitter-vimdoc icon indicating copy to clipboard operation
tree-sitter-vimdoc copied to clipboard

bullet point lists with codeblocks not indented correctly

Open camoz opened this issue 2 months ago • 1 comments

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.

Image

camoz avatar Dec 16 '25 00:12 camoz

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

Image

justinmk avatar Dec 16 '25 04:12 justinmk