mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
highlights(markdown_inline): added ')' to links
This commit is contained in:
parent
2cd89b4bc3
commit
46cace42fa
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@
|
|||
; "(" not part of query because of
|
||||
; https://github.com/nvim-treesitter/nvim-treesitter/issues/2206
|
||||
; TODO: Find better fix for this
|
||||
(image ["!" "[" "]" "("] @punctuation.delimiter)
|
||||
(inline_link ["[" "]" "("] @punctuation.delimiter)
|
||||
(image ["!" "[" "]" "(" ")"] @punctuation.delimiter)
|
||||
(inline_link ["[" "]" "(" ")"] @punctuation.delimiter)
|
||||
(shortcut_link ["[" "]"] @punctuation.delimiter)
|
||||
|
||||
([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue