mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-07 21:24:52 +08:00
Fix operators <<= and >>=
This commit is contained in:
@@ -69,18 +69,22 @@ RuntimeWarning FutureWarning ImportWarning UnicodeWarning
|
||||
# Operators
|
||||
|
||||
and or in is not
|
||||
=
|
||||
|
||||
- + * ** @ / // %
|
||||
& | ^ ~ << >>
|
||||
< <= == != >= >
|
||||
|
||||
=
|
||||
-= += *= **= @= /= //= %=
|
||||
&= |= ^= ~= <<= >>=
|
||||
|
||||
# Erroneous operators
|
||||
|
||||
$ ?
|
||||
===
|
||||
-- ++ *** @@ /// %%
|
||||
&& || ^^ ~~ <<< >>>
|
||||
<== <<= !== !!= >== >>=
|
||||
<== !== !!= >==
|
||||
%- +- -+
|
||||
|
||||
# Numbers
|
||||
|
||||
Reference in New Issue
Block a user