aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/c
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/c
parentbdff50dee56ebf6de58d58315920abf2f8e262f7 (diff)
downloadrneovim-9e80738f3073e6dc95ebefee60526c7c1499d7d2.tar.gz
rneovim-9e80738f3073e6dc95ebefee60526c7c1499d7d2.tar.bz2
rneovim-9e80738f3073e6dc95ebefee60526c7c1499d7d2.zip
fix(runtime): sync bundled treesitter queries
Diffstat (limited to 'runtime/queries/c')
-rw-r--r--runtime/queries/c/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/c/highlights.scm b/runtime/queries/c/highlights.scm
index 170937c8f8..eba272d5c9 100644
--- a/runtime/queries/c/highlights.scm
+++ b/runtime/queries/c/highlights.scm
@@ -1,6 +1,6 @@
; Lower priority to prefer @variable.parameter when identifier appears in parameter_declaration.
((identifier) @variable
- (#set! "priority" 95))
+ (#set! priority 95))
(preproc_def
(preproc_arg) @variable)