neovim / tree-sitter-vimdoc

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

feat!: rename parser to vimdoc #100

Closed clason closed 1 year ago

clason commented 1 year ago

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.

@jamessan

(Will require a bump to 2.0.0.)