I have a folder ~/.scripts
in which I put a lot of my scripts without the .sh
extension. I wanted to preview them with syntax highlighting and so thought of putting the following in my vifmrc :
fileviewer ~/.scripts/* hightlight -S sh -O xterm256 -s dante %c
But it doesn't seem to work. I also tried doing the same for my ~/.vim/vimrc
file but without success. Syntax highlighting works fine with other file extensions, btw.