kyu08 / fzf-make

A command line tool that executes make target using fuzzy finder with preview window.
MIT License
63 stars 8 forks source link

Consider use trishume/syntect to highligh Makefile #234

Open kyu08 opened 3 months ago

kyu08 commented 3 months ago

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

Sigmanificient commented 3 months ago

What about tree-sitter?