feat: added more indent queries

This commit is contained in:
elianiva 2021-01-05 19:26:08 +07:00 committed by Thomas Vigouroux
parent 72656dcf3c
commit 9184cf3953
15 changed files with 188 additions and 0 deletions

View file

@ -0,0 +1,26 @@
; inherits: (jsx)
[
(object)
(array)
(arguments)
(statement_block)
(object_pattern)
(class_body)
(method_definition)
(named_imports)
(binary_expression)
(return_statement)
(template_substitution)
(expression_statement (call_expression))
(export_clause)
] @indent
[
"("
")"
"{"
"}"
"["
"]"
] @branch