fix(php): capture break as keyword.repeat

This commit is contained in:
Caleb White 2024-03-26 22:08:38 -05:00 committed by Christian Clason
parent ac1742436c
commit aa8d8bc600

View file

@ -13,7 +13,6 @@
] @keyword.function
[
"break"
"class"
"clone"
"declare"
@ -70,6 +69,7 @@
] @keyword.conditional
[
"break"
"continue"
"do"
"endfor"