6e3ed7f0fa
* Update Unison tree-sitter grammar for type changes * Add indent queries for Unison * Improve Unison indent queries
15 lines
268 B
Scheme
15 lines
268 B
Scheme
[
|
|
(term_definition)
|
|
(type_declaration)
|
|
(pattern)
|
|
(tuple_or_parenthesized)
|
|
(literal_list)
|
|
(tuple_pattern)
|
|
(function_application)
|
|
(exp_if)
|
|
(constructor)
|
|
(delay_block)
|
|
(type_signature)
|
|
] @indent
|
|
|
|
[(kw_then) (kw_else) (cases)] @indent.always @extend
|