mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
Julia outer keyword (#6461)
This commit is contained in:
parent
b350369740
commit
3e10cffbb2
2 changed files with 4 additions and 1 deletions
|
|
@ -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