neovim/tree-sitter-vimdoc

parse error: motion.txt , spurious listitem

jdhao opened this issue · 1 comments

jdhao commented

Found tree-sitter-vimdoc parse error at: https://neovim.io/doc/user/motion.html

Context:

-  <minus>		[count] lines upward, on the first non-blank
			character |linewise|.

+		or					*+*
CTRL-M		or					*CTRL-M* *<CR>*
<CR>			[count] lines downward, on the first non-blank
			character |linewise|.

Must workaround this by adding backticks or following the - with a tab instead of space.