diff options
| author | Martin Haug <mhaug@live.de> | 2022-02-21 13:48:21 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2022-02-21 13:48:21 +0100 |
| commit | aac3afcba8ee9b3692f784c78626aa0596aaf612 (patch) | |
| tree | 1350fadea7f619503342b2c7a6e9a44d86e83f66 /src/syntax/highlight.rs | |
| parent | 61761604e431cbb1f0bc66671e90c20aa19f98b4 (diff) | |
Remove `Parbreak` as a `NodeKind`
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 af6fb0df..82f1ea0e 100644 --- a/src/syntax/highlight.rs +++ b/src/syntax/highlight.rs @@ -198,7 +198,6 @@ impl Category { NodeKind::Underscore => None, NodeKind::Markup(_) => None, NodeKind::Space(_) => None, - NodeKind::Parbreak => None, NodeKind::Text(_) => None, NodeKind::TextInLine(_) => None, NodeKind::List => None, |
