highlights(markdown_inline): added ')' to links

This commit is contained in:
Josef Litoš 2022-12-17 22:37:20 +01:00 committed by Stephan Seitz
parent 2cd89b4bc3
commit 46cace42fa

View file

@ -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)
([