mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Fix slow startup times for markdown grammar
This commit is contained in:
parent
2fb4e3ec94
commit
b5cdb868c7
1 changed files with 2 additions and 2 deletions
|
|
@ -56,12 +56,12 @@
|
|||
(image "[" @punctuation.delimiter)
|
||||
(image "]" @punctuation.delimiter)
|
||||
(image "(" @punctuation.delimiter)
|
||||
(image ")" @punctuation.delimiter)
|
||||
; (image ")" @punctuation.delimiter)
|
||||
|
||||
(inline_link "[" @punctuation.delimiter)
|
||||
(inline_link "]" @punctuation.delimiter)
|
||||
(inline_link "(" @punctuation.delimiter)
|
||||
(inline_link ")" @punctuation.delimiter)
|
||||
; (inline_link ")" @punctuation.delimiter)
|
||||
|
||||
(shortcut_link "[" @punctuation.delimiter)
|
||||
(shortcut_link "]" @punctuation.delimiter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue