neovim / tree-sitter-vimdoc

Tree-sitter parser for Vim help files

Repository from Github https://github.comneovim/tree-sitter-vimdocRepository from Github https://github.comneovim/tree-sitter-vimdoc

`~` is not concealed when the line is below `============`

zeertzjq opened this issue · comments

For example, in :h ada.vim, there is the following heading:

==============================================================================
1. Syntax Highlighting ~

The tilde here should be concealed, but it isn't.

No, it shouldn't. This is an H1 heading due to the delimiter, so the tilde (which denotes a H4 heading) is wrong and should be removed. See the Readme.