diff options
author | ivan770 <[email protected]> | 2021-03-11 16:14:41 +0000 |
---|---|---|
committer | ivan770 <[email protected]> | 2021-03-14 16:53:37 +0000 |
commit | 71a97a2d8c30fc4061a545f1e2db10e3559eae36 (patch) | |
tree | 1aa0a643c44d1068b915614e374b0ce71deeade4 /crates/ide/src/syntax_highlighting | |
parent | af8440b84851febd805b6b774bfb326cbdb7175e (diff) |
Provide regions in file structure
Diffstat (limited to 'crates/ide/src/syntax_highlighting')
-rw-r--r-- | crates/ide/src/syntax_highlighting/tags.rs | 1 |
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", |