mirror of https://github.com/helix-editor/helix
fixed: typo in capture group, removed duplicate query (#13251)
parent
1fc19c6d8e
commit
994b750dd4
|
@ -75,7 +75,7 @@
|
|||
"parallel"
|
||||
"reverse"
|
||||
"some"
|
||||
] @kewyord.control.repeat
|
||||
] @keyword.control.repeat
|
||||
[
|
||||
"return"
|
||||
] @keyword.control.return
|
||||
|
@ -114,7 +114,6 @@
|
|||
(loop_statement "end" @keyword.control.repeat)
|
||||
(if_statement "end" @keyword.control.conditional)
|
||||
(loop_parameter_specification "in" @keyword.control.repeat)
|
||||
(loop_parameter_specification "in" @keyword.control.repeat)
|
||||
(iterator_specification ["in" "of"] @keyword.control.repeat)
|
||||
(range_attribute_designator "range" @keyword.control.repeat)
|
||||
|
||||
|
|
Loading…
Reference in New Issue