Add block

main
xenia 2023-12-21 14:27:40 +01:00
parent 3649ee6807
commit 1e0dcb2a02
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ group.type = ["type", "generic_type"]
[filetype.javascript]
group.identifier = ["identifier"]
group.declaration = ["function_declaration", "generator_function_declaration", "class_declaration", "lexical_declaration", "variable_declaration"]
group.statement = ["export_statement", "import_statement", "debugger_statement", "expression_statement", "declaration", "statement_block", "if_statement", "switch_statement", "for_statement", "for_in_statement", "while_statement", "do_statement", "try_statement", "with_statement", "break_statement", "continue_statement", "return_statement", "throw_statement", "empty_statement", "labeled_statement"]
group.statement = ["export_statement", "import_statement", "debugger_statement", "expression_statement", "declaration", "if_statement", "switch_statement", "for_statement", "for_in_statement", "while_statement", "do_statement", "try_statement", "with_statement", "break_statement", "continue_statement", "return_statement", "throw_statement", "empty_statement", "labeled_statement"]
group.block = ["statement_block"]
group.call = ["call_expression"]
group.arguments = ["arguments", "template_string"]
group.string = ["string", "template_string"]