aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/c
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2025-07-21 19:09:00 -0700
committerChristian Clason <ch.clason+github@icloud.com>2025-07-22 09:52:32 +0200
commit40cca05b40438ddd74125132b0cec58c9afdccb2 (patch)
tree91c68eb9de0624a4671671781be067a9b7f5a661 /runtime/queries/c
parentfix(jinja): remove crashing pattern (diff)
downloadnvim-treesitter-40cca05b40438ddd74125132b0cec58c9afdccb2.tar
nvim-treesitter-40cca05b40438ddd74125132b0cec58c9afdccb2.tar.gz
nvim-treesitter-40cca05b40438ddd74125132b0cec58c9afdccb2.tar.bz2
nvim-treesitter-40cca05b40438ddd74125132b0cec58c9afdccb2.tar.lz
nvim-treesitter-40cca05b40438ddd74125132b0cec58c9afdccb2.tar.xz
nvim-treesitter-40cca05b40438ddd74125132b0cec58c9afdccb2.tar.zst
nvim-treesitter-40cca05b40438ddd74125132b0cec58c9afdccb2.zip
fix(c, ecma): remove invalid predicate parameters
These are not valid named nodes in their respective languages.
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 ea65075f2..442343abf 100644
--- a/runtime/queries/c/highlights.scm
+++ b/runtime/queries/c/highlights.scm
@@ -149,7 +149,7 @@
((field_expression
(field_identifier) @property) @_parent
- (#not-has-parent? @_parent template_method function_declarator call_expression))
+ (#not-has-parent? @_parent function_declarator call_expression))
(field_designator) @property