mirror of https://github.com/helix-editor/helix
Delete invalid indents.scm queries
parent
4e4c6da3bf
commit
73d5bd739e
@ -1,12 +0,0 @@
|
|||||||
[
|
|
||||||
(node)
|
|
||||||
(byte_string_literal)
|
|
||||||
(parenthesized_expression)
|
|
||||||
(argument_list)
|
|
||||||
] @indent
|
|
||||||
|
|
||||||
[
|
|
||||||
"}"
|
|
||||||
"]"
|
|
||||||
")"
|
|
||||||
] @outdent
|
|
@ -1,26 +0,0 @@
|
|||||||
[
|
|
||||||
(_compound_statement)
|
|
||||||
(match_statement)
|
|
||||||
(parenthesized_expression)
|
|
||||||
|
|
||||||
(pattern_array)
|
|
||||||
(pattern_dictionary)
|
|
||||||
(argument_list)
|
|
||||||
(binary_operator)
|
|
||||||
|
|
||||||
(parameters)
|
|
||||||
(body)
|
|
||||||
(enumerator_list)
|
|
||||||
|
|
||||||
(function_definition)
|
|
||||||
(constructor_definition)
|
|
||||||
(class_definition)
|
|
||||||
] @indent
|
|
||||||
|
|
||||||
[
|
|
||||||
")",
|
|
||||||
"]",
|
|
||||||
"}",
|
|
||||||
(return_statement)
|
|
||||||
(pass_statement)
|
|
||||||
] @outdent
|
|
@ -1,21 +0,0 @@
|
|||||||
[
|
|
||||||
(struct_union_fields)
|
|
||||||
(expression_list)
|
|
||||||
] @indent
|
|
||||||
|
|
||||||
[
|
|
||||||
"case"
|
|
||||||
"}"
|
|
||||||
"]"
|
|
||||||
")"
|
|
||||||
] @outdent
|
|
||||||
|
|
||||||
; [
|
|
||||||
; "{"
|
|
||||||
; "}"
|
|
||||||
; ] @branch
|
|
||||||
|
|
||||||
; [
|
|
||||||
; (comment)
|
|
||||||
; ] @ignore
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
|||||||
|
|
||||||
[
|
|
||||||
; Bracket like
|
|
||||||
(let)
|
|
||||||
(attrset)
|
|
||||||
(rec_attrset)
|
|
||||||
(let_attrset)
|
|
||||||
(parenthesized)
|
|
||||||
(list)
|
|
||||||
|
|
||||||
; Binding
|
|
||||||
(bind)
|
|
||||||
(inherit)
|
|
||||||
(inherit_from)
|
|
||||||
(formal)
|
|
||||||
|
|
||||||
; Binary operations
|
|
||||||
(binary)
|
|
||||||
(has_attr)
|
|
||||||
(select)
|
|
||||||
(app)
|
|
||||||
|
|
||||||
; Conditional
|
|
||||||
(if)
|
|
||||||
] @indent
|
|
@ -1,19 +0,0 @@
|
|||||||
; inherits: ecma
|
|
||||||
|
|
||||||
[
|
|
||||||
(element)
|
|
||||||
(if_statement)
|
|
||||||
(each_statement)
|
|
||||||
(await_statement)
|
|
||||||
] @indent
|
|
||||||
|
|
||||||
[
|
|
||||||
(end_tag)
|
|
||||||
(else_statement)
|
|
||||||
(if_end_expr)
|
|
||||||
(each_end_expr)
|
|
||||||
(await_end_expr)
|
|
||||||
">"
|
|
||||||
"/>"
|
|
||||||
] @outdent
|
|
||||||
|
|
Loading…
Reference in New Issue