Julia outer keyword (#6461)

This commit is contained in:
Sergio A. Vargas 2024-04-17 13:59:37 -05:00 committed by GitHub
parent b350369740
commit 3e10cffbb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -215,6 +215,9 @@
(for_clause
"for" @keyword.repeat)
(for_binding
"outer" @keyword.repeat)
[
(break_statement)
(continue_statement)