fzf-make
fzf-make copied to clipboard
Consider use trishume/syntect to highligh Makefile
https://github.com/trishume/syntect
If this is fit for fzf-make, the https://github.com/kyu08/fzf-make/issues/124 and https://github.com/kyu08/fzf-make/issues/144 will be resolved.
Since https://github.com/dustinblackman/oatmeal utilizes trishume/syntect, it might serve as a reference. https://github.com/dustinblackman/oatmeal/blob/858207ed5bce233aa9ce55a60fb958fc965b6c75/src/domain/services/bubble.rs#L83
What about tree-sitter?
@Sigmanificient Sorry for the late reply. Thanks for the idea. This crate may be helpful. https://crates.io/crates/tree-sitter-highlight I'll try it when I work on this issue.