fixed: typo in capture group, removed duplicate query (#13251)

pull/13283/head
Mykyta 2025-04-06 19:49:21 +03:00 committed by GitHub
parent 1fc19c6d8e
commit 994b750dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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)