indents(fish): Add "end" and "case" (#5029)

This commit is contained in:
Pham Huy Hoang 2023-06-28 15:56:44 +09:00 committed by GitHub
parent 43fab6423c
commit 949edb8c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,9 +8,11 @@
] @indent.begin
[
(else_if_clause)
(else_clause)
"else" ; else and else if must both start the line with "else", so tag the string directly
"case"
"end"
] @indent.branch
"end" @indent.end
(comment) @indent.ignore