From eba7fc34effbec3bcc6d5c40d831b1e15af77c4d Mon Sep 17 00:00:00 2001 From: Martin Haug Date: Sat, 6 Nov 2021 16:07:21 +0100 Subject: Incremental-safety based approach --- src/syntax/highlight.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/syntax/highlight.rs') diff --git a/src/syntax/highlight.rs b/src/syntax/highlight.rs index 85fbef12..21af060f 100644 --- a/src/syntax/highlight.rs +++ b/src/syntax/highlight.rs @@ -158,6 +158,7 @@ impl Category { NodeKind::Space(_) => None, NodeKind::Parbreak => None, NodeKind::Text(_) => None, + NodeKind::TextInLine(_) => None, NodeKind::List => None, NodeKind::Enum => None, NodeKind::Array => None, -- cgit v1.2.3