mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
fix(treesitter): sync queries with upstream
Update C highlight query from nvim-treesitter
This commit is contained in:

committed by
Christian Clason

parent
563051a53e
commit
c4e9ff30a6
@@ -65,6 +65,7 @@
|
|||||||
";"
|
";"
|
||||||
":"
|
":"
|
||||||
","
|
","
|
||||||
|
"."
|
||||||
"::"
|
"::"
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
@@ -93,7 +94,6 @@
|
|||||||
"<<"
|
"<<"
|
||||||
">>"
|
">>"
|
||||||
"->"
|
"->"
|
||||||
"."
|
|
||||||
"<"
|
"<"
|
||||||
"<="
|
"<="
|
||||||
">="
|
">="
|
||||||
|
Reference in New Issue
Block a user