NLKNguyen / papercolor-theme

:art: Light & Dark Vim color schemes inspired by Google's Material Design
MIT License
2.72k stars 239 forks source link

Python keywords not highlighted #146

Closed MaxG87 closed 4 years ago

MaxG87 commented 4 years ago

PaperColor seems to lack support to highlight keywords in Python.

faulty-highlights

One can see that highlighting of import and not in works. The others have the colour of plain text only.

ea2809 commented 4 years ago

If you want the best syntax for python: https://github.com/numirias/semshi

pickfire commented 4 years ago

@ea2809 I feel like semshi is using too much colors.

MaxG87 commented 4 years ago

I just noticed that the problem described here is addressed in the README. Highlighting builtins is disabled by default and must be enabled explicitly. Note that enabling highlighting of builtins required installing the python-syntax plugin for me.