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

feat: patterns highlighting #117

Open destifo opened 6 months ago

destifo commented 6 months ago

The highlighting is done by the tailspin crate.

Screenshot 2024-01-31 at 12 53 45 PM Screenshot 2024-01-31 at 12 53 56 PM Screenshot 2024-01-31 at 12 54 03 PM Screenshot 2024-01-31 at 12 54 08 PM Screenshot 2024-01-31 at 12 54 12 PM Screenshot 2024-01-31 at 12 54 15 PM Screenshot 2024-01-31 at 12 54 19 PM Screenshot 2024-01-31 at 12 54 23 PM Screenshot 2024-01-31 at 12 54 27 PM
destifo commented 6 months ago

Yeah, I will send the PR to the tailspin repo and wait reply from the maintainers.

destifo commented 6 months ago

I have raised the PR for the tailspin repo here.

destifo commented 6 months ago

I have moved the code to utils file, but I think it's better to move the utils.rs to a new folder and place the highlighter code to separate file which will be under the utils module. I didn't do that cause I didn't wanna change that much of the codebase, but if it's ok, I will.

zifeo commented 6 months ago

@destifo go 👍

destifo commented 6 months ago

I have reorganized the util files under one directory. We will only modify the custom_highlighter when there are changes related to the highlighting in the future.