summaryrefslogtreecommitdiff
path: root/src/syntax/highlight.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-02-23 23:58:05 +0100
committerGitHub <noreply@github.com>2022-02-23 23:58:05 +0100
commit90132b0d658f1b2a5df75eb458150e6782b2c30c (patch)
treeb4c237b22b31a6f965849fd7b540c7aec364ef96 /src/syntax/highlight.rs
parentf2f473a81fde9c09e0f361f1b85fb5c14337f360 (diff)
parent9fda623b02b2a0a9e9cdf806d9945d0759c8bf01 (diff)
Merge pull request #64 from typst/new-incr-parse
New Incremental Parser
Diffstat (limited to 'src/syntax/highlight.rs')
-rw-r--r--src/syntax/highlight.rs1
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,