File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ repository:
130130 match : |
131131 (?x)
132132 <<= | >>= | //= | \*\*=
133- | \+= | -= | /=
133+ | \+= | -= | /= | @=
134134 | \*= | %= | ~= | \^= | &= | \|=
135135 | =
136136
@@ -143,7 +143,7 @@ repository:
143143 and | or | not | in | is | for | if | else | yield | await
144144 )(?!\s*:)\b
145145
146- | != | == | >= | <= | << | >> | @=
146+ | != | == | >= | <= | << | >>
147147 | && | \|\| | \*\* | //
148148 | > | < | \+ | - | \* | % | \| | & | \^
149149 | ~ | / | @
Original file line number Diff line number Diff line change 8383 <key >match </key >
8484 <string >(?x)
8585 << = | >> = | //= | \*\*=
86- | \+= | -= | /=
86+ | \+= | -= | /= | @=
8787 | \*= | %= | ~= | \^= | & = | \|=
8888 | =
8989 </string >
@@ -1489,7 +1489,7 @@ indirectly through syntactic constructs
14891489 and | or | not | in | is | for | if | else | yield | await
14901490 )(?!\s*:)\b
14911491
1492- | != | == | > = | < = | << | >> | @=
1492+ | != | == | > = | < = | << | >>
14931493 | && | \|\| | \*\* | //
14941494 | > | < | \+ | - | \* | % | \| | & | \^
14951495 | ~ | / | @
Original file line number Diff line number Diff line change 55
66
77a : source .python
8- @= : keyword .operator .python , source .python
8+ @= : keyword .operator .assignment . python , source .python
99 b : source .python
1010a : source .python
1111- = : keyword .operator .assignment .python , source .python
You can’t perform that action at this time.
0 commit comments