|
12 | 12 |
|
13 | 13 |
|
14 | 14 | try : keyword.control.flow.python, source.python
|
15 |
| -: : punctuation.separator.block.begin.python, source.python |
| 15 | +: : punctuation.separator.colon.python, source.python |
16 | 16 | : source.python
|
17 | 17 | 1 : constant.numeric.dec.python, source.python
|
18 | 18 | / : keyword.operator.arithmetic.python, source.python
|
|
24 | 24 | as : keyword.control.flow.python, source.python
|
25 | 25 | : source.python
|
26 | 26 | ex : source.python
|
27 |
| -: : punctuation.separator.block.begin.python, source.python |
| 27 | +: : punctuation.separator.colon.python, source.python |
28 | 28 | : source.python
|
29 | 29 | pass : keyword.control.flow.python, source.python
|
30 | 30 | except : keyword.control.flow.python, source.python
|
|
39 | 39 | as : keyword.control.flow.python, source.python
|
40 | 40 | : source.python
|
41 | 41 | ex : source.python
|
42 |
| -: : punctuation.separator.block.begin.python, source.python |
| 42 | +: : punctuation.separator.colon.python, source.python |
43 | 43 | : source.python
|
44 | 44 | print : meta.function-call.python, source.python, support.function.builtin.python
|
45 | 45 | ( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
|
46 | 46 | ex : meta.function-call.arguments.python, meta.function-call.python, source.python
|
47 | 47 | ) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
|
48 | 48 | else : keyword.control.flow.python, source.python
|
49 |
| -: : punctuation.separator.block.begin.python, source.python |
| 49 | +: : punctuation.separator.colon.python, source.python |
50 | 50 | : source.python
|
51 | 51 | 1 : constant.numeric.dec.python, source.python
|
52 | 52 | finally : keyword.control.flow.python, source.python
|
53 |
| -: : punctuation.separator.block.begin.python, source.python |
| 53 | +: : punctuation.separator.colon.python, source.python |
54 | 54 | : source.python
|
55 | 55 | 2 : constant.numeric.dec.python, source.python
|
0 commit comments