Add groups for javascript
This commit is contained in:
parent
67361b5fa9
commit
5b53640d91
|
@ -18,3 +18,12 @@ group.string = ["string", "concatenated_string"]
|
|||
group.number = ["integer", "float"]
|
||||
group.type = ["type", "generic_type"]
|
||||
|
||||
[filetype.javascript]
|
||||
group.identifier = ["identifier"]
|
||||
group.declaration = ["declaration"]
|
||||
group.statement = ["statement"]
|
||||
group.call = ["call_expression"]
|
||||
group.arguments = ["arguments", "template_string"]
|
||||
group.string = ["string", "template_string"]
|
||||
group.number = ["number"]
|
||||
group.type = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user