This commit is contained in:
Mark 2024-06-26 21:13:36 +02:00
parent af1715ef91
commit 50ebe5fb54
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "mers_lib"
version = "0.8.21"
version = "0.8.22"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "library to use the mers language in other projects"

View File

@ -23,6 +23,7 @@ pub fn pretty_print_to<O: Write>(
let srca = Arc::new(src.clone());
let parsed = parse(&mut src, &srca)?;
print_parsed(&srca, parsed.as_ref(), out, theme);
Ok(())
}
pub enum AbstractColor {