We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb4e3e commit b5cdb86Copy full SHA for b5cdb86
queries/markdown/highlights.scm
@@ -56,12 +56,12 @@
56
(image "[" @punctuation.delimiter)
57
(image "]" @punctuation.delimiter)
58
(image "(" @punctuation.delimiter)
59
-(image ")" @punctuation.delimiter)
+; (image ")" @punctuation.delimiter)
60
61
(inline_link "[" @punctuation.delimiter)
62
(inline_link "]" @punctuation.delimiter)
63
(inline_link "(" @punctuation.delimiter)
64
-(inline_link ")" @punctuation.delimiter)
+; (inline_link ")" @punctuation.delimiter)
65
66
(shortcut_link "[" @punctuation.delimiter)
67
(shortcut_link "]" @punctuation.delimiter)
0 commit comments