antonmedv / walk

Terminal file manager
MIT License
3.17k stars 90 forks source link

Syntax highlighting in preview mode #154

Open danisvaliev001 opened 1 week ago

danisvaliev001 commented 1 week ago

It will be super if preview mode will support syntax highlighting. As I see it can be implemented using LSP.

antonmedv commented 6 days ago

LSP for highlighting seems like a completely an overkill. Starting a LSP per language just for highlighting?

danisvaliev001 commented 4 days ago

LSP for highlighting seems like a completely an overkill. Starting a LSP per language just for highlighting?

yeah, you're right. What do you think about using chroma library or wrapping bat tool?

antonmedv commented 3 days ago

About using chroma