zifeo / whiz

Modern DAG/tasks runner for multi-platform monorepos with live reloading, env management, pipes, and more in a tabbed view.
https://metatype.dev/docs/reference/ecosystem?utm_source=github&utm_medium=about&utm_campaign=whiz
Mozilla Public License 2.0
19 stars 14 forks source link

Patterns highlighting #111

Open zifeo opened 9 months ago

zifeo commented 9 months ago

Patterns highlighting similar to https://github.com/bensadeh/tailspin (maybe use their crate directly)?

j03-dev commented 2 months ago

What if we reuse the existing config::color for pattern highlighting? This approach could simplify and centralize color management, making it easier to maintain consistent color settings across the application.

zifeo commented 2 months ago

@j03-dev sounds reasonable 👍

j03-dev commented 2 months ago

@zifeo That works. I don't know if I should add the regular expression in lazystatic or not.

zifeo commented 2 months ago

@j03-dev outline the pros/cons and take a pick!