Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/v/indents.scm')
| -rw-r--r-- | runtime/queries/v/indents.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/queries/v/indents.scm b/runtime/queries/v/indents.scm index 21dae30f..5573d489 100644 --- a/runtime/queries/v/indents.scm +++ b/runtime/queries/v/indents.scm @@ -3,10 +3,11 @@ (function_declaration) (if_expression) (match_expression) + (expression_case) + (default_case) (for_statement) (unsafe_expression) - (var_declaration) - (const_declaration) + (short_var_declaration) ] @indent [ |