summaryrefslogtreecommitdiff
path: root/docs/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-06-30 16:17:52 +0200
committerLaurenz <laurmaedje@gmail.com>2023-06-30 16:17:52 +0200
commitd1a7a6dbab1e59936c0dcd4278e584fe739e9aaa (patch)
tree329fc4d51299d558f750325c5762fe26e3c5a14d /docs/Cargo.toml
parent5b4f4c164bc42802763c9f9d0121f81ebf116761 (diff)
Non-Typst highlighting in documentation
Diffstat (limited to 'docs/Cargo.toml')
-rw-r--r--docs/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Cargo.toml b/docs/Cargo.toml
index c84a24ab..b6015d01 100644
--- a/docs/Cargo.toml
+++ b/docs/Cargo.toml
@@ -20,6 +20,7 @@ once_cell = "1"
pulldown-cmark = "0.9"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
+syntect = { version = "5", default-features = false, features = ["parsing", "html", "regex-fancy"] }
typed-arena = "2"
unicode_names2 = "0.6.0"
unscanny = "0.1"