Implemented syntax highlighting

This commit is contained in:
2026-02-18 02:00:45 -05:00
parent 87d465034a
commit 43b171fab1
21 changed files with 772 additions and 262 deletions

View File

@@ -84,7 +84,7 @@ impl TkVecUtils<Tk> for Vec<Tk> {
}
fn debug_tokens(&self) {
for token in self {
flog!(DEBUG, "token: {}", token)
log::debug!("token: {}", token)
}
}
}