Add basic syntax highlighting support with syntect. Closes #5.

This commit is contained in:
Quin 2025-07-05 22:28:16 -06:00
parent 3897b8dd30
commit cd5c12ff21
3 changed files with 89 additions and 6 deletions

View file

@ -8,6 +8,7 @@ anyhow = "1.0.98"
kuchikiki = "0.8.2"
mlua = { version = "0.10.5", features = ["lua54", "vendored", "serialize"] }
pulldown-cmark = "0.13.0"
syntect = "5.2.0"
tendril = "0.4.3"