dotfiles/nvim/after/syntax/python.vim
2020-10-10 20:07:18 +03:00

3 lines
93 B
VimL

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