mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -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
|
"struct" @keyword.type
|
||||||
|
|
||||||
[
|
[
|
||||||
"continue"
|
|
||||||
"break"
|
|
||||||
"return"
|
"return"
|
||||||
] @keyword.return
|
] @keyword.return
|
||||||
|
|
||||||
|
|
@ -35,6 +33,8 @@
|
||||||
"while"
|
"while"
|
||||||
"for"
|
"for"
|
||||||
"do"
|
"do"
|
||||||
|
"continue"
|
||||||
|
"break"
|
||||||
] @keyword.repeat
|
] @keyword.repeat
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue