diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-07-28 12:13:10 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-07-28 16:13:11 +0200 |
commit | 9e80738f3073e6dc95ebefee60526c7c1499d7d2 (patch) | |
tree | 9ef3cc1ef1bec39cd1b3eebf3df1eea12e9c74af /runtime/queries/vimdoc/highlights.scm | |
parent | bdff50dee56ebf6de58d58315920abf2f8e262f7 (diff) | |
download | rneovim-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.scm | 5 |
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 |