fix js groups
This commit is contained in:
parent
5b53640d91
commit
3649ee6807
|
@ -20,8 +20,8 @@ group.type = ["type", "generic_type"]
|
||||||
|
|
||||||
[filetype.javascript]
|
[filetype.javascript]
|
||||||
group.identifier = ["identifier"]
|
group.identifier = ["identifier"]
|
||||||
group.declaration = ["declaration"]
|
group.declaration = ["function_declaration", "generator_function_declaration", "class_declaration", "lexical_declaration", "variable_declaration"]
|
||||||
group.statement = ["statement"]
|
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.call = ["call_expression"]
|
group.call = ["call_expression"]
|
||||||
group.arguments = ["arguments", "template_string"]
|
group.arguments = ["arguments", "template_string"]
|
||||||
group.string = ["string", "template_string"]
|
group.string = ["string", "template_string"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user