Replace the regex highlighting by a simple algorithm

This commit is contained in:
Clément Renault
2020-08-05 13:52:27 +02:00
parent 4873abe145
commit 6508d497ce
3 changed files with 16 additions and 37 deletions

View File

@ -28,9 +28,6 @@ smallvec = "1.4.0"
structopt = { version = "0.3.14", default-features = false }
tempfile = "3.1.0"
# to highlight the documents
regex = "1.3.9"
# logging
log = "0.4.8"
stderrlog = "0.4.3"