You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Did you check the tree-sitter docs?
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
The text was updated successfully, but these errors were encountered: