vim-material-theme icon indicating copy to clipboard operation
vim-material-theme copied to clipboard

Python Highlighting of for, in, is, not looks out of place

Open bharadwaj-raju opened this issue 7 years ago • 3 comments

Screenshot:

sshot

for, in, is and not should be highlighted the same as if else etc.

bharadwaj-raju avatar Mar 17 '17 08:03 bharadwaj-raju

Fix:

highlight! link pythonRepeat pythonConditional
highlight! link pythonOperator pythonConditional

bharadwaj-raju avatar Mar 17 '17 08:03 bharadwaj-raju

How does one apply that fix? I am a vim newbie, so bare with me.

swayson avatar Apr 22 '17 15:04 swayson

@swayson Add it to vimrc

bharadwaj-raju avatar Apr 23 '17 03:04 bharadwaj-raju