commit c4e9ff30a6b6807c42bcf39dc312262cd2a22f32
parent 563051a53ef92349e3bfc0c94421094396a296bf
Author: Christian Clason <c.clason@uni-graz.at>
Date: Mon, 24 Mar 2025 16:24:37 +0100
fix(treesitter): sync queries with upstream
Update C highlight query from nvim-treesitter
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/queries/c/highlights.scm b/runtime/queries/c/highlights.scm
@@ -65,6 +65,7 @@
";"
":"
","
+ "."
"::"
] @punctuation.delimiter
@@ -93,7 +94,6 @@
"<<"
">>"
"->"
- "."
"<"
"<="
">="