mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Julia outer keyword (#6461)
This commit is contained in:
parent
b350369740
commit
3e10cffbb2
2 changed files with 4 additions and 1 deletions
|
|
@ -348,7 +348,7 @@
|
|||
"revision": "d34615fa12cc1d1cfc1f1f1a80acc9db80ee4596"
|
||||
},
|
||||
"julia": {
|
||||
"revision": "0a80d33aca49dd257625ab25ef3a506e2b99a554"
|
||||
"revision": "acd5ca12cc278df7960629c2429a096c7ac4bbea"
|
||||
},
|
||||
"just": {
|
||||
"revision": "6c2f018ab1d90946c0ce029bb2f7d57f56895dff"
|
||||
|
|
|
|||
|
|
@ -215,6 +215,9 @@
|
|||
(for_clause
|
||||
"for" @keyword.repeat)
|
||||
|
||||
(for_binding
|
||||
"outer" @keyword.repeat)
|
||||
|
||||
[
|
||||
(break_statement)
|
||||
(continue_statement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue