Skip to content

Commit b5cdb86

Browse files
MDeimltheHamsta
authored andcommitted
Fix slow startup times for markdown grammar
1 parent 2fb4e3e commit b5cdb86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

queries/markdown/highlights.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
(image "[" @punctuation.delimiter)
5757
(image "]" @punctuation.delimiter)
5858
(image "(" @punctuation.delimiter)
59-
(image ")" @punctuation.delimiter)
59+
; (image ")" @punctuation.delimiter)
6060

6161
(inline_link "[" @punctuation.delimiter)
6262
(inline_link "]" @punctuation.delimiter)
6363
(inline_link "(" @punctuation.delimiter)
64-
(inline_link ")" @punctuation.delimiter)
64+
; (inline_link ")" @punctuation.delimiter)
6565

6666
(shortcut_link "[" @punctuation.delimiter)
6767
(shortcut_link "]" @punctuation.delimiter)

0 commit comments

Comments
 (0)