mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Rename dummy -> none
This commit is contained in:
parent
625ec9e1ae
commit
6fb52af521
4 changed files with 16 additions and 16 deletions
|
@ -413,7 +413,7 @@ fn semantic_token_type_and_modifiers(
|
|||
SymbolKind::Macro => lsp_types::SemanticTokenType::MACRO,
|
||||
},
|
||||
HighlightTag::BuiltinType => semantic_tokens::BUILTIN_TYPE,
|
||||
HighlightTag::Dummy => semantic_tokens::GENERIC,
|
||||
HighlightTag::None => semantic_tokens::GENERIC,
|
||||
HighlightTag::ByteLiteral | HighlightTag::NumericLiteral => {
|
||||
lsp_types::SemanticTokenType::NUMBER
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue