|
16 | 16 | " : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
|
17 | 17 | is : source.python, string.quoted.single.python
|
18 | 18 | " : punctuation.definition.string.end.python, source.python, string.quoted.single.python
|
19 |
| -, : source.python |
| 19 | +, : punctuation.separator.element.python, source.python |
| 20 | + : source.python |
20 | 21 | 2 : constant.numeric.dec.python, source.python
|
21 | 22 | * : keyword.operator.arithmetic.python, source.python
|
22 | 23 | 2 : constant.numeric.dec.python, source.python
|
|
34 | 35 | print : source.python, support.function.builtin.python
|
35 | 36 | : source.python
|
36 | 37 | x : source.python
|
37 |
| -, : source.python |
| 38 | +, : punctuation.separator.element.python, source.python |
38 | 39 | print : meta.function-call.python, source.python, support.function.builtin.python
|
39 | 40 | ( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
|
40 | 41 | x : meta.function-call.arguments.python, meta.function-call.python, source.python
|
|
56 | 57 | sys : source.python
|
57 | 58 | . : source.python
|
58 | 59 | stderr : source.python
|
59 |
| -, : source.python |
| 60 | +, : punctuation.separator.element.python, source.python |
| 61 | + : source.python |
60 | 62 | " : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
|
61 | 63 | er : source.python, string.quoted.single.python
|
62 | 64 | " : punctuation.definition.string.end.python, source.python, string.quoted.single.python
|
|
85 | 87 | ( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
|
86 | 88 | ( : meta.function-call.arguments.python, meta.function-call.python, punctuation.parenthesis.begin.python, source.python
|
87 | 89 | x : meta.function-call.arguments.python, meta.function-call.python, source.python
|
88 |
| -, : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 90 | +, : meta.function-call.arguments.python, meta.function-call.python, punctuation.separator.element.python, source.python |
| 91 | + : meta.function-call.arguments.python, meta.function-call.python, source.python |
89 | 92 | y : meta.function-call.arguments.python, meta.function-call.python, source.python
|
90 | 93 | ) : meta.function-call.arguments.python, meta.function-call.python, punctuation.parenthesis.end.python, source.python
|
91 | 94 | ) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
|
0 commit comments