aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/vimdoc/highlights.scm
diff options
context:
space:
mode:
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