fix(runtime): sync bundled treesitter queries

This commit is contained in:
Christian Clason
2024-07-28 12:13:10 +02:00
parent bdff50dee5
commit 9e80738f30
5 changed files with 20 additions and 10 deletions

View File

@@ -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