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

@ -348,7 +348,7 @@
"revision": "d34615fa12cc1d1cfc1f1f1a80acc9db80ee4596"
},
"julia": {
"revision": "0a80d33aca49dd257625ab25ef3a506e2b99a554"
"revision": "acd5ca12cc278df7960629c2429a096c7ac4bbea"
},
"just": {
"revision": "6c2f018ab1d90946c0ce029bb2f7d57f56895dff"

View file

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