diff --git a/packages/language-rust-bundled/grammars/tree-sitter-rust.cson b/packages/language-rust-bundled/grammars/tree-sitter-rust.cson index f9361ddb0..6f77d1b90 100644 --- a/packages/language-rust-bundled/grammars/tree-sitter-rust.cson +++ b/packages/language-rust-bundled/grammars/tree-sitter-rust.cson @@ -79,6 +79,7 @@ scopes: ''' use_wildcard > identifier:nth-child(0), + use_wildcard > scoped_identifier > identifier:nth-child(2), scoped_type_identifier > identifier:nth-child(0), scoped_type_identifier > scoped_identifier:nth-child(0) > identifier, scoped_identifier > identifier:nth-child(0),