From d1a7a6dbab1e59936c0dcd4278e584fe739e9aaa Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 30 Jun 2023 16:17:52 +0200 Subject: Non-Typst highlighting in documentation --- docs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/Cargo.toml') 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" -- cgit v1.2.3