mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
fix(matlab): indentation of arguments statement
This commit is contained in:
parent
dc9bf52c1f
commit
c7dc251cdd
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
"end" @indent.end @indent.branch
|
"end" @indent.end @indent.branch
|
||||||
|
|
||||||
[
|
[
|
||||||
|
(arguments_statement)
|
||||||
(if_statement)
|
(if_statement)
|
||||||
(for_statement)
|
(for_statement)
|
||||||
(while_statement)
|
(while_statement)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue