Refresh generated neovim config
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
|
||||
((foreach_statement
|
||||
body: (_) @_body) @indent.begin
|
||||
(#not-has-type? @_body compound_statement))
|
||||
(#not-kind-eq? @_body "compound_statement"))
|
||||
|
||||
((foreach_instance_statement
|
||||
body: (_) @_body) @indent.begin
|
||||
(#not-has-type? @_body compound_statement))
|
||||
(#not-kind-eq? @_body "compound_statement"))
|
||||
|
||||
Reference in New Issue
Block a user