mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(php): capture break as keyword.repeat
This commit is contained in:
parent
ac1742436c
commit
aa8d8bc600
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,6 @@
|
|||
] @keyword.function
|
||||
|
||||
[
|
||||
"break"
|
||||
"class"
|
||||
"clone"
|
||||
"declare"
|
||||
|
|
@ -70,6 +69,7 @@
|
|||
] @keyword.conditional
|
||||
|
||||
[
|
||||
"break"
|
||||
"continue"
|
||||
"do"
|
||||
"endfor"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue