Skip to content

Commit 0f5bb86

Browse files
Nemo157syphar
authored andcommitted
Switch syntect regex engine over to onig
1 parent a46af5d commit 0f5bb86

File tree

2 files changed

+25
-28
lines changed

2 files changed

+25
-28
lines changed

Cargo.lock

Lines changed: 23 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ backtrace = "0.3.61"
4747
failure = "0.1.8"
4848
thiserror = "1.0.26"
4949
comrak = { version = "0.14.0", default-features = false }
50-
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-fancy"] }
50+
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
5151
toml = "0.5"
5252
schemamama = "0.3"
5353
schemamama_postgres = "0.3"
@@ -141,7 +141,7 @@ walkdir = "2"
141141
anyhow = { version = "1.0.42", features = ["backtrace"] }
142142
grass = { version = "0.11.0", default-features = false }
143143
once_cell = { version = "1.4.0", features = ["parking_lot"] }
144-
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "dump-create", "yaml-load", "regex-fancy"] }
144+
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "dump-create", "yaml-load", "regex-onig"] }
145145

146146
[[bench]]
147147
name = "compression"

0 commit comments

Comments
 (0)