yassinebridi / serpl

A simple terminal UI for search and replace, ala VS Code.
MIT License
287 stars 2 forks source link

Syntax Highlighting for the preview pane #7

Open yassinebridi opened 1 week ago

yassinebridi commented 1 week ago

Does it make sense to support this? since the preview pane only shows the matched lines.

I initially supported syntax highlighting, but it was quite slow. the highlighting should be:

uncenter commented 2 days ago

I would recommend using https://github.com/trishume/syntect, which is I believe what the great TUI file manager https://github.com/sxyazi/yazi uses to syntax highlight files incredibly fast!

yassinebridi commented 2 days ago

That's such a great file manager, i will get inspiration of how they do it, thanks for the suggestion 🙏.