mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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
|
||||
|
||||
|
||||
(code_span) @text.literal
|
||||
[
|
||||
(code_span)
|
||||
(link_title)
|
||||
] @text.literal
|
||||
|
||||
[
|
||||
(indented_code_block)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue