From 7d48e04f316a384967d48a261f1e3b70b5f85a98 Mon Sep 17 00:00:00 2001 From: ivan770 Date: Sun, 14 Mar 2021 17:16:29 +0200 Subject: Introduce StructureNodeKind --- crates/ide/src/syntax_highlighting/tags.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/ide/src/syntax_highlighting') diff --git a/crates/ide/src/syntax_highlighting/tags.rs b/crates/ide/src/syntax_highlighting/tags.rs index c7e74aed8..3c02fdb11 100644 --- a/crates/ide/src/syntax_highlighting/tags.rs +++ b/crates/ide/src/syntax_highlighting/tags.rs @@ -107,7 +107,6 @@ impl HlTag { SymbolKind::ValueParam => "value_param", SymbolKind::SelfParam => "self_keyword", SymbolKind::Impl => "self_type", - SymbolKind::Region => "region", }, HlTag::Attribute => "attribute", HlTag::BoolLiteral => "bool_literal", -- cgit v1.2.3