We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27e17ff + 5804412 commit 8dcf4c7Copy full SHA for 8dcf4c7
crates/rust-analyzer/src/semantic_tokens.rs
@@ -32,6 +32,7 @@ macro_rules! define_semantic_token_types {
32
SemanticTokenType::TYPE_PARAMETER,
33
SemanticTokenType::TYPE,
34
SemanticTokenType::VARIABLE,
35
+ SemanticTokenType::DECORATOR,
36
$($ident),*
37
];
38
};
0 commit comments