You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just for reference; as mentioned in #11 (comment) I'm pretty deep into rewriting tree-sitter-vimdoc. Results are promising so far, but will take time.
Problem
The parser currently thinks that 'x' is a link to an option, but that is not correct. single-char surrounded by single-quotes should be treated as a plain word.
You say that you are in the process of rewriting the vimdoc parser, where is the source code? I might be able to help, as this parser is pretty badly done and has a lot of technical debt.
Uh oh!
There was an error while loading. Please reload this page.
Noticed this while working on gen_help_html.lua neovim/neovim#11967 .
This is just for reference; as mentioned in #11 (comment) I'm pretty deep into rewriting tree-sitter-vimdoc. Results are promising so far, but will take time.
Problem
The parser currently thinks that 'x' is a link to an option, but that is not correct. single-char surrounded by single-quotes should be treated as a plain word.
The text was updated successfully, but these errors were encountered: