diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-11 15:39:32 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-11 15:39:32 +0200 |
| commit | 790bd536eba76a2a48d61ea6b1bde78cde3d31f3 (patch) | |
| tree | 42833b51db568aa6fa474ad1becf367319a7b0b1 /src/syntax/highlight.rs | |
| parent | 3cc026cf394b8af6159b8f939762b23bb5a3bc7d (diff) | |
Fix incremental bugs
Co-Authored-By: Martin Haug <mhaug@live.de>
Diffstat (limited to 'src/syntax/highlight.rs')
| -rw-r--r-- | src/syntax/highlight.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syntax/highlight.rs b/src/syntax/highlight.rs index b0486c7b..25b458ef 100644 --- a/src/syntax/highlight.rs +++ b/src/syntax/highlight.rs @@ -195,7 +195,6 @@ impl Category { NodeKind::Markup(_) => None, NodeKind::Space(_) => None, NodeKind::Text(_) => None, - NodeKind::TextInLine(_) => None, NodeKind::List => None, NodeKind::Enum => None, NodeKind::CodeBlock => None, |
