mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
move break and continue to keyword.repeat
This commit is contained in:
parent
81fa24aabd
commit
47d5e60b9b
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,6 @@
|
|||
"struct" @keyword.type
|
||||
|
||||
[
|
||||
"continue"
|
||||
"break"
|
||||
"return"
|
||||
] @keyword.return
|
||||
|
||||
|
|
@ -35,6 +33,8 @@
|
|||
"while"
|
||||
"for"
|
||||
"do"
|
||||
"continue"
|
||||
"break"
|
||||
] @keyword.repeat
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue