neovim / tree-sitter-vimdoc

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

Hot-links are not recognized inside parenthesis #18

Closed echasnovski closed 2 years ago

echasnovski commented 2 years ago

Text:

(|aaa|) |bbb| ccc |ddd|

Current behavior with tree-sitter: screenshot_2022-09-26_16:27:18

Behavior without tree-sitter: screenshot_2022-09-26_16:27:25

justinmk commented 2 years ago

should be fixed by https://github.com/vigoux/tree-sitter-vimdoc/pull/16 (NOTE: that PR renames many of the forms, e.g. hotlink is now taglink)

justinmk commented 2 years ago

should be fixed by #16

Actually not fixed by that PR. Will revisit in a future PR.