Add groups for javascript

main
xenia 2023-12-21 14:13:57 +01:00
parent 67361b5fa9
commit 5b53640d91
1 changed files with 9 additions and 0 deletions

View File

@ -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 = []