diff options
Diffstat (limited to 'src/syntax/highlight.rs')
| -rw-r--r-- | src/syntax/highlight.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/highlight.rs b/src/syntax/highlight.rs index 20ea4039..c0e3376e 100644 --- a/src/syntax/highlight.rs +++ b/src/syntax/highlight.rs @@ -203,7 +203,7 @@ impl Category { NodeKind::List => None, NodeKind::Enum => None, NodeKind::CodeBlock => None, - NodeKind::TemplateBlock => None, + NodeKind::ContentBlock => None, NodeKind::GroupExpr => None, NodeKind::ArrayExpr => None, NodeKind::DictExpr => None, |
