diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-01-09 14:41:31 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-01-09 14:41:31 +0300 |
| commit | 6fb52af521ab8ca2fdd3ea7cfa95eaebd0cba1fc (patch) | |
| tree | 8d5a1f77e57fb494f47c9092a85d223a9a4346fe /crates/rust-analyzer/src | |
| parent | 625ec9e1ae69168f194cbc5bf20846870f03e149 (diff) | |
| download | rust-6fb52af521ab8ca2fdd3ea7cfa95eaebd0cba1fc.tar.gz rust-6fb52af521ab8ca2fdd3ea7cfa95eaebd0cba1fc.zip | |
Rename dummy -> none
Diffstat (limited to 'crates/rust-analyzer/src')
| -rw-r--r-- | crates/rust-analyzer/src/to_proto.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/to_proto.rs b/crates/rust-analyzer/src/to_proto.rs index 204cae2654f..4cfe6ff5135 100644 --- a/crates/rust-analyzer/src/to_proto.rs +++ b/crates/rust-analyzer/src/to_proto.rs @@ -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 } |
