dotfiles/nvim/after/syntax/python.vim

3 lines
93 B
VimL

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