Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse error, single star followed by a number #47

Closed
jdhao opened this issue Oct 18, 2022 · 1 comment · Fixed by neovim/neovim#20720
Closed

parse error, single star followed by a number #47

jdhao opened this issue Oct 18, 2022 · 1 comment · Fixed by neovim/neovim#20720
Labels
bug Something isn't working

Comments

@jdhao
Copy link

jdhao commented Oct 18, 2022

In https://neovim.io/doc/user/intro.html#mode-switching, the mode-switching table is messed up due to several *1 like item in the table.

Probably should not be parsed as list item, but should be footnote like.

@justinmk
Copy link
Member

I think it's parsed as invalid tag. The list below the table looks fine.

@justinmk justinmk added the bug Something isn't working label Oct 18, 2022
justinmk added a commit to justinmk/neovim that referenced this issue Oct 18, 2022
Note: although the tolerance in help_spec.lua increased, the actual
error count with the new parser decreased by about 20%. The difference
is that the old ignore_parse_error() ignored many more errors with the
old parser.

fix neovim/tree-sitter-vimdoc#37
fix neovim/tree-sitter-vimdoc#44
fix neovim/tree-sitter-vimdoc#47
justinmk added a commit to neovim/neovim that referenced this issue Oct 18, 2022
Note: although the tolerance in help_spec.lua increased, the actual
error count with the new parser decreased by about 20%. The difference
is that the old ignore_parse_error() ignored many more errors with the
old parser.

fix neovim/tree-sitter-vimdoc#37
fix neovim/tree-sitter-vimdoc#44
fix neovim/tree-sitter-vimdoc#47
github-actions bot pushed a commit to neovim/neovim that referenced this issue Oct 19, 2022
Note: although the tolerance in help_spec.lua increased, the actual
error count with the new parser decreased by about 20%. The difference
is that the old ignore_parse_error() ignored many more errors with the
old parser.

fix neovim/tree-sitter-vimdoc#37
fix neovim/tree-sitter-vimdoc#44
fix neovim/tree-sitter-vimdoc#47

(cherry picked from commit 10ae8cc)
justinmk pushed a commit to neovim/neovim that referenced this issue Oct 19, 2022
Note: although the tolerance in help_spec.lua increased, the actual
error count with the new parser decreased by about 20%. The difference
is that the old ignore_parse_error() ignored many more errors with the
old parser.

fix neovim/tree-sitter-vimdoc#37
fix neovim/tree-sitter-vimdoc#44
fix neovim/tree-sitter-vimdoc#47

(cherry picked from commit 10ae8cc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants