Naheel-Azawy / stpv

Simple Terminal PreViewer
GNU General Public License v3.0
96 stars 12 forks source link

Add source-hightlight support #18

Closed NikitaIvanovV closed 2 years ago

NikitaIvanovV commented 2 years ago

source-highlight is a GNU program for syntax highlighting: https://www.gnu.org/software/src-highlite/source-highlight.html

This PR adds support for it.

Naheel-Azawy commented 2 years ago

Thanks!