fix(treesitter): sync queries with upstream

Update C highlight query from nvim-treesitter
This commit is contained in:
Christian Clason
2025-03-24 16:24:37 +01:00
committed by Christian Clason
parent 563051a53e
commit c4e9ff30a6

View File

@ -65,6 +65,7 @@
";" ";"
":" ":"
"," ","
"."
"::" "::"
] @punctuation.delimiter ] @punctuation.delimiter
@ -93,7 +94,6 @@
"<<" "<<"
">>" ">>"
"->" "->"
"."
"<" "<"
"<=" "<="
">=" ">="