move break and continue to keyword.repeat

This commit is contained in:
Tayfun Bocek 2025-10-30 09:59:46 +03:00
parent 81fa24aabd
commit 47d5e60b9b

View file

@ -20,8 +20,6 @@
"struct" @keyword.type
[
"continue"
"break"
"return"
] @keyword.return
@ -35,6 +33,8 @@
"while"
"for"
"do"
"continue"
"break"
] @keyword.repeat
[