suplemon icon indicating copy to clipboard operation
suplemon copied to clipboard

No syntax highlighting even though pygments is installed

Open LennyPenny opened this issue 6 years ago • 2 comments

Hey for some reason I'm not getting syntax highlighting even with pygments installed.

lenny@localhost ~> sudo pip install suplemon[all] WARNING: Running pip install with root privileges is generally not a good idea. Try pip install --user instead.Requirement already satisfied: suplemon[all] in /usr/local/lib/python3.7/site-packages (0.2.1) WARNING: Suplemon 0.2.1 does not provide the extra 'all'Requirement already satisfied: pygments in /usr/local/lib64/python3.7/site-packages (from suplemon[all]) (2.4.2) Requirement already satisfied: wcwidth in /usr/local/lib/python3.7/site-packages (from suplemon[all]) (0.1.7) lenny@localhost ~> suplemon pew.json image

LennyPenny avatar Oct 17 '19 12:10 LennyPenny

Thanks for reporting this. I can reproduce it with JSON files and it seems that suplemon is missing some mappings from pygments lexers to text mate themes and that's why It's not highlighting properly. I'll fix this when I have time.

richrd avatar Oct 21 '19 09:10 richrd

Hi,

I currently have the same problem with Markdown files. Any news on this?

ClementNerma avatar Feb 07 '21 18:02 ClementNerma