Rename dummy -> none

This commit is contained in:
Aleksey Kladov 2021-01-09 14:41:31 +03:00
parent 625ec9e1ae
commit 6fb52af521
4 changed files with 16 additions and 16 deletions

View file

@ -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
}