mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 03:48:02 +10:00
fix(runtime): sync bundled treesitter queries
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
text: (_) @markup.raw)
|
||||
|
||||
((codeblock) @markup.raw.block
|
||||
(#set! "priority" 90))
|
||||
(#set! priority 90))
|
||||
|
||||
(codeblock
|
||||
">" @markup.raw
|
||||
@@ -59,7 +59,8 @@
|
||||
|
||||
(keycode) @string.special
|
||||
|
||||
(url) @string.special.url
|
||||
((url) @string.special.url
|
||||
(#set! @string.special.url url @string.special.url))
|
||||
|
||||
(modeline) @keyword.directive
|
||||
|
||||
|
||||
Reference in New Issue
Block a user