neovim / tree-sitter-vimdoc

Tree-sitter parser for Vim help files
Apache License 2.0
103 stars 13 forks source link

Missing newline in pattern docs #96

Closed durka closed 1 year ago

durka commented 1 year ago

In the Pattern docs, Magic section, there is a table. A newline is missing before the tilde row, breaking the layout.

image

justinmk commented 1 year ago

This might be due to the leading * on the previous line. https://github.com/neovim/tree-sitter-vimdoc/pull/97 should resolve this.