From 522ba2b19172cf4e0ab972f7f8729f0c07633e4d Mon Sep 17 00:00:00 2001 From: xenia Date: Tue, 19 Dec 2023 18:27:03 +0100 Subject: [PATCH] Add type_identifier to rust type group --- rc/default_config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/default_config.toml b/rc/default_config.toml index 2c81400..c9e87ea 100644 --- a/rc/default_config.toml +++ b/rc/default_config.toml @@ -6,7 +6,7 @@ group.arguments = ["arguments", "token_tree", "parameters"] group.statement = ["expression_statement", "let_declaration"] group.string = ["string_literal", "raw_string_literal"] group.number = ["integer_literal", "float_literal", "negative_literal"] -group.type = ["abstract_type", "reference_type", "metavariable", "pointer_type", "generic_type", "scoped_type_identifier", "tuple_type", "unit_type", "array_type", "function_type", "macro_invocation", "empty_type", "dynamic_type", "bounded_type", "primitive_type"] +group.type = ["abstract_type", "reference_type", "metavariable", "pointer_type", "generic_type", "type_identifier", "scoped_type_identifier", "tuple_type", "unit_type", "array_type", "function_type", "empty_type", "dynamic_type", "bounded_type", "primitive_type"] [filetype.python] group.identifier = ["identifier"]