You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Hey
for some reason I'm not getting syntax highlighting even with pygments installed.
The text was updated successfully, but these errors were encountered: