aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/syntax_highlighting/tags.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-28 13:47:33 +0000
committerAleksey Kladov <[email protected]>2020-02-28 13:47:33 +0000
commit9464ca97c90dca4cad57d29cac4fccdd99235925 (patch)
treed641e2d869b10c8f92423427228d5c55351efb3b /crates/ra_ide/src/syntax_highlighting/tags.rs
parent701cf436063590c710cd7783032b5e7c3c41af22 (diff)
Fix highlighting test
Diffstat (limited to 'crates/ra_ide/src/syntax_highlighting/tags.rs')
-rw-r--r--crates/ra_ide/src/syntax_highlighting/tags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/syntax_highlighting/tags.rs b/crates/ra_ide/src/syntax_highlighting/tags.rs
index 0b12bdef5..9da80823c 100644
--- a/crates/ra_ide/src/syntax_highlighting/tags.rs
+++ b/crates/ra_ide/src/syntax_highlighting/tags.rs
@@ -72,7 +72,7 @@ impl HighlightTag {
72 HighlightTag::NumericLiteral => "numeric_literal", 72 HighlightTag::NumericLiteral => "numeric_literal",
73 HighlightTag::SelfType => "self_type", 73 HighlightTag::SelfType => "self_type",
74 HighlightTag::Static => "static", 74 HighlightTag::Static => "static",
75 HighlightTag::StringLiteral => "string", 75 HighlightTag::StringLiteral => "string_literal",
76 HighlightTag::Struct => "struct", 76 HighlightTag::Struct => "struct",
77 HighlightTag::Trait => "trait", 77 HighlightTag::Trait => "trait",
78 HighlightTag::TypeAlias => "type_alias", 78 HighlightTag::TypeAlias => "type_alias",