Mercurial > forks > helix
changeset 6690:053fee8e9b8a
fixed: typo in capture group, removed duplicate query (#13251)
author | Mykyta <114003900+Nikita0x@users.noreply.github.com> |
---|---|
date | Sun, 06 Apr 2025 19:49:21 +0300 |
parents | 5360cbc0b31e |
children | 0fd49e215221 |
files | runtime/queries/ada/highlights.scm |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/runtime/queries/ada/highlights.scm Sun Apr 06 16:43:53 2025 +0000 +++ b/runtime/queries/ada/highlights.scm Sun Apr 06 19:49:21 2025 +0300 @@ -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)