You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/runtime/queries/slint/indents.scm

30 lines
327 B
Scheme

; [
; (struct_definition)
; (component_definition)
; ] @indent
[
(field_declaration_list_body)
(list_definition_body)
(struct_field_declaration_list_body)
] @indent
; [
; "{"
; "}"
; "("
; ")"
; (if_statement)
; "else if"
; "else"
; ] @branch
; "{" @indent
"}" @indent_end
(comment) @auto
(string) @auto