9 lines
334 B
TOML
9 lines
334 B
TOML
|
[filetype.rust]
|
||
|
group.identifier = ["identifier", "scoped_identifier"]
|
||
|
group.function = ["function_item"]
|
||
|
group.declaration = ["function_item", "struct_item", "enum_item"]
|
||
|
group.call = ["macro_invocation", "call_expression"]
|
||
|
group.arguments = ["arguments", "token_tree"]
|
||
|
group.statement = ["expression_statement", "let_declaration"]
|
||
|
|