mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
Fix Julia indentation after end and with parenthesis at the beginning of line (#5579)
This commit is contained in:
parent
3954741f26
commit
1e58a81450
1 changed files with 4 additions and 2 deletions
|
|
@ -26,9 +26,11 @@
|
|||
|
||||
[
|
||||
"end"
|
||||
"("
|
||||
] @indent.end
|
||||
|
||||
[
|
||||
"end"
|
||||
")"
|
||||
"["
|
||||
"]"
|
||||
(else_clause)
|
||||
(elseif_clause)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue