aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/semantic_tokens.rs
diff options
context:
space:
mode:
authorPaul Daniel Faria <[email protected]>2020-06-23 14:17:53 +0100
committerPaul Daniel Faria <[email protected]>2020-06-23 17:13:50 +0100
commit2a56323537442958008d0fddd78e33df425b11a9 (patch)
treeee3a7043c21df2aab8be6b7bb2ab83dd6fe4b84f /crates/rust-analyzer/src/semantic_tokens.rs
parentd8230acd84dc931f72b9dd32b8fbc2aa887d8b4b (diff)
Update injection mechanism and stop injecting through highlight element, switch to more general new highlight tag, generic
Diffstat (limited to 'crates/rust-analyzer/src/semantic_tokens.rs')
-rw-r--r--crates/rust-analyzer/src/semantic_tokens.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/semantic_tokens.rs b/crates/rust-analyzer/src/semantic_tokens.rs
index 30f25250f..10fe40cb5 100644
--- a/crates/rust-analyzer/src/semantic_tokens.rs
+++ b/crates/rust-analyzer/src/semantic_tokens.rs
@@ -41,8 +41,8 @@ define_semantic_token_types![
41 (ENUM_MEMBER, "enumMember"), 41 (ENUM_MEMBER, "enumMember"),
42 (ESCAPE_SEQUENCE, "escapeSequence"), 42 (ESCAPE_SEQUENCE, "escapeSequence"),
43 (FORMAT_SPECIFIER, "formatSpecifier"), 43 (FORMAT_SPECIFIER, "formatSpecifier"),
44 (GENERIC, "generic"),
44 (LIFETIME, "lifetime"), 45 (LIFETIME, "lifetime"),
45 (PUNCTUATION, "punctuation"),
46 (SELF_KEYWORD, "selfKeyword"), 46 (SELF_KEYWORD, "selfKeyword"),
47 (TYPE_ALIAS, "typeAlias"), 47 (TYPE_ALIAS, "typeAlias"),
48 (UNION, "union"), 48 (UNION, "union"),