mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
highlights(markdown): link_title as string literal
This commit is contained in:
parent
b84a09292e
commit
5b69f82e15
1 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,10 @@
|
||||||
] @punctuation.special
|
] @punctuation.special
|
||||||
|
|
||||||
|
|
||||||
(code_span) @text.literal
|
[
|
||||||
|
(code_span)
|
||||||
|
(link_title)
|
||||||
|
] @text.literal
|
||||||
|
|
||||||
[
|
[
|
||||||
(indented_code_block)
|
(indented_code_block)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue