aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/vimdoc/highlights.scm
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-07-28 12:13:10 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-07-28 16:13:11 +0200
commit9e80738f3073e6dc95ebefee60526c7c1499d7d2 (patch)
tree9ef3cc1ef1bec39cd1b3eebf3df1eea12e9c74af /runtime/queries/vimdoc/highlights.scm
parentbdff50dee56ebf6de58d58315920abf2f8e262f7 (diff)
downloadrneovim-9e80738f3073e6dc95ebefee60526c7c1499d7d2.tar.gz
rneovim-9e80738f3073e6dc95ebefee60526c7c1499d7d2.tar.bz2
rneovim-9e80738f3073e6dc95ebefee60526c7c1499d7d2.zip
fix(runtime): sync bundled treesitter queries
Diffstat (limited to 'runtime/queries/vimdoc/highlights.scm')
-rw-r--r--runtime/queries/vimdoc/highlights.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/queries/vimdoc/highlights.scm b/runtime/queries/vimdoc/highlights.scm
index 194c80362c..829a643ae8 100644
--- a/runtime/queries/vimdoc/highlights.scm
+++ b/runtime/queries/vimdoc/highlights.scm
@@ -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