mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
5 lines
202 B
VimL
5 lines
202 B
VimL
|
syn clear pythonOperator
|
||
|
syn match pythonOperator '\V=\|-\|+\|*\|@\|/\|%\|&\||\|^\|~\|<\|>\|!='
|
||
|
syn keyword pythonOperatorKeyword and in is not or
|
||
|
syn cluster pythonExpression add=pythonOperatorKeyword
|