SublimeText / Spacegray

A Hyperminimal UI Theme for Sublime Text
https://sublimetext.github.io/Spacegray/
MIT License
7.19k stars 430 forks source link

Treat 'keyword.operator.logical.python' as generic 'keyword' #212

Closed KristianHolsheimer closed 5 years ago

KristianHolsheimer commented 5 years ago

This applies to python only.

The logical keywords and and or look out of place without the proper keyword highlighting, so I added a small exception to the 'keyword' scope.

Note: This does not affect the bitwise operators such as & and |.

marcofugaro commented 5 years ago

Sure! Thanks for the contribution!