improved hinting

This commit is contained in:
2025-05-12 16:32:44 -04:00
parent bbb8162201
commit 3ce8f6d53d
2 changed files with 17 additions and 9 deletions

View File

@@ -98,7 +98,6 @@ impl FernHighlighter {
.rev()
.collect::<Vec<Tk>>();
for token in tokens {
flog!(DEBUG, token.flags);
match token.class {
_ if token.flags.intersects(TkFlags::IS_CMDSUB | TkFlags::IS_SUBSH) => {
let styled = self.highlight_subsh(token.clone());