draft syntax highlight features by syntect

This commit is contained in:
yggverse 2024-12-02 22:29:50 +02:00
parent 57c539c8ab
commit fa1e2d39a2
3 changed files with 71 additions and 15 deletions

View file

@ -35,7 +35,11 @@ version = "0.32.1"
[dependencies.openssl]
version = "0.10.68"
[dependencies]
syntect = "5.2.0"
# development
[patch.crates-io]
#ggemini = { path = "ggemini" }
ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" }
#ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" }
ggemtext = { path = "ggemtext" }