tree-sitter-markdown
tree-sitter-markdown copied to clipboard
feature: Add GFM autolinks (extension)
Did you check the tree-sitter docs?
- [x] I have read all the tree-sitter docs if it relates to using the parser
Is your feature request related to a problem? Please describe.
I'd like to have same highlighting in Neovim for both autolinks <https://example.com> and GFM autolinks (bare urls) https://example.com. Right now I can't configure highlighting for the last one because it has no own syntax tree node.
Describe the solution you'd like
Current implementation supports only 6.8 Autolinks, but not 6.9 Autolinks (extension) (bare urls). Please add support for 6.9 too.
Describe alternatives you've considered
No response
Additional context
No response