Problem: installing the parser as help.so is confusing outside of Neovim, in particularly for distros looking to package the parsers Neovim ships with.
Solution: consistently use vimdoc as the language name, and leave Neovim to handle the mapping help filetype to vimdoc parser.
Problem: installing the parser as
help.so
is confusing outside of Neovim, in particularly for distros looking to package the parsers Neovim ships with.Solution: consistently use
vimdoc
as the language name, and leave Neovim to handle the mappinghelp
filetype tovimdoc
parser.@jamessan
(Will require a bump to 2.0.0.)