dotfiles/nvim/after/syntax/python.vim

3 lines
93 B
VimL
Raw Normal View History

syn keyword pythonOperatorKeyword and in is not or
hi def link pythonOperatorKeyword Keyword