mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -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
|
] @keyword.function
|
||||||
|
|
||||||
[
|
[
|
||||||
"break"
|
|
||||||
"class"
|
"class"
|
||||||
"clone"
|
"clone"
|
||||||
"declare"
|
"declare"
|
||||||
|
|
@ -70,6 +69,7 @@
|
||||||
] @keyword.conditional
|
] @keyword.conditional
|
||||||
|
|
||||||
[
|
[
|
||||||
|
"break"
|
||||||
"continue"
|
"continue"
|
||||||
"do"
|
"do"
|
||||||
"endfor"
|
"endfor"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue