aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/tags.rs
diff options
context:
space:
mode:
authorivan770 <[email protected]>2021-03-11 16:14:41 +0000
committerivan770 <[email protected]>2021-03-14 16:53:37 +0000
commit71a97a2d8c30fc4061a545f1e2db10e3559eae36 (patch)
tree1aa0a643c44d1068b915614e374b0ce71deeade4 /crates/ide/src/syntax_highlighting/tags.rs
parentaf8440b84851febd805b6b774bfb326cbdb7175e (diff)
Provide regions in file structure
Diffstat (limited to 'crates/ide/src/syntax_highlighting/tags.rs')
-rw-r--r--crates/ide/src/syntax_highlighting/tags.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide/src/syntax_highlighting/tags.rs b/crates/ide/src/syntax_highlighting/tags.rs
index 3c02fdb11..c7e74aed8 100644
--- a/crates/ide/src/syntax_highlighting/tags.rs
+++ b/crates/ide/src/syntax_highlighting/tags.rs
@@ -107,6 +107,7 @@ impl HlTag {
107 SymbolKind::ValueParam => "value_param", 107 SymbolKind::ValueParam => "value_param",
108 SymbolKind::SelfParam => "self_keyword", 108 SymbolKind::SelfParam => "self_keyword",
109 SymbolKind::Impl => "self_type", 109 SymbolKind::Impl => "self_type",
110 SymbolKind::Region => "region",
110 }, 111 },
111 HlTag::Attribute => "attribute", 112 HlTag::Attribute => "attribute",
112 HlTag::BoolLiteral => "bool_literal", 113 HlTag::BoolLiteral => "bool_literal",