Syntax highlighting example

This commit is contained in:
Jeremy Soller 2022-10-26 16:34:53 -06:00
parent 851e55d950
commit 6bc6ceac12
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
3 changed files with 175 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[package]
name = "syntax"
version = "0.1.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
cosmic-text = { path = "../../" }
env_logger = "0.9"
fontdb = "0.9"
log = "0.4"
orbclient = "0.3.35"
syntect = "5.0"