ziontee113 / syntax-tree-surfer

A plugin for Neovim that helps you surf through your document and move elements around using the nvim-treesitter API.
MIT License
472 stars 10 forks source link

Markdown inline_link doesn't work #13

Closed avucic closed 1 year ago

avucic commented 1 year ago

I'm trying to use filtered_jump to jump to inline_link in markdown file but it doesn't work. I can use any other syntax like comment, paragraph...but links don't work. Is this maybe related to splitting tree-sitter tomarkdown and markdown_inline queries?

At some point, before I updated my plugins it was working...

ziontee113 commented 1 year ago

Hi @avucic , Syntax Tree Surfer didn't have any new update for a while. It's probably the markdown syntax, which I don't have any control over.

Sorry about your inconvenience.

avucic commented 1 year ago

@ziontee113 Thanks. Then I'll close this issue.