mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
Highlight markdown uri_autolink as @text.uri
This commit is contained in:
parent
c6d46504ba
commit
01150f50e7
1 changed files with 4 additions and 1 deletions
|
|
@ -32,7 +32,10 @@
|
||||||
|
|
||||||
(strong_emphasis) @text.strong
|
(strong_emphasis) @text.strong
|
||||||
|
|
||||||
(link_destination) @text.uri
|
[
|
||||||
|
(link_destination)
|
||||||
|
(uri_autolink)
|
||||||
|
] @text.uri
|
||||||
|
|
||||||
[
|
[
|
||||||
(link_label)
|
(link_label)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue