Fix Julia indentation after end and with parenthesis at the beginning of line (#5579)

This commit is contained in:
Ronan Arraes Jardim Chagas 2023-10-27 09:28:44 -03:00 committed by GitHub
parent 3954741f26
commit 1e58a81450
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,9 +26,11 @@
[
"end"
"("
] @indent.end
[
"end"
")"
"["
"]"
(else_clause)
(elseif_clause)