mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
move 'in' to repeat
This commit is contained in:
parent
ec3d4af104
commit
6d2b0bd381
2 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,6 @@
|
|||
"]]" @punctuation.bracket)
|
||||
|
||||
[
|
||||
"in"
|
||||
(dots)
|
||||
(break)
|
||||
(next)
|
||||
|
|
@ -118,6 +117,7 @@
|
|||
"while"
|
||||
"repeat"
|
||||
"for"
|
||||
"in"
|
||||
] @repeat
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue