Fix indent. of curly expressions and of ],} in BOL (#5580)

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

View file

@ -22,16 +22,21 @@
(comprehension_expression)
(matrix_expression)
(vector_expression)
(curly_expression)
] @indent.begin
[
"end"
")"
"]"
"}"
] @indent.end
[
"end"
")"
"]"
"}"
(else_clause)
(elseif_clause)
(catch_clause)