|
18 | 18 | " : punctuation.definition.string.end.python, source.python, string.quoted.single.python |
19 | 19 | , : source.python |
20 | 20 | 2 : constant.numeric.dec.python, source.python |
21 | | -* : keyword.operator.python, source.python |
| 21 | +* : keyword.operator.arithmetic.python, source.python |
22 | 22 | 2 : constant.numeric.dec.python, source.python |
23 | 23 | print : meta.function-call.python, source.python, support.function.builtin.python |
24 | 24 | ( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python |
|
28 | 28 | , : meta.function-call.arguments.python, meta.function-call.python, punctuation.separator.arguments.python, source.python |
29 | 29 | : meta.function-call.arguments.python, meta.function-call.python, source.python |
30 | 30 | 2 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
31 | | -* : keyword.operator.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 31 | +* : keyword.operator.arithmetic.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
32 | 32 | 2 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
33 | 33 | ) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
34 | 34 | print : source.python, support.function.builtin.python |
|
50 | 50 | ) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
51 | 51 | print : source.python, support.function.builtin.python |
52 | 52 | : source.python |
53 | | ->> : keyword.operator.python, source.python |
| 53 | +>> : keyword.operator.bitwise.python, source.python |
54 | 54 | sys.stderr, : source.python |
55 | 55 | " : punctuation.definition.string.begin.python, source.python, string.quoted.single.python |
56 | 56 | er : source.python, string.quoted.single.python |
|
0 commit comments