tree-sitter-grammars / tree-sitter-markdown

Markdown grammar for tree-sitter
MIT License
417 stars 54 forks source link

Proposal: `link_text` match only content #4

Closed aspeddro closed 2 years ago

aspeddro commented 2 years ago

@MDeiml great job. I'm using it on neovim.

link_text include [ and ], should only capture the content, like link_destination?

image

MDeiml commented 2 years ago

I agree. I initially just implemented it like this because it's closer to the spec.