|
10 | 10 |
|
11 | 11 | some : source.python
|
12 | 12 | . : meta.member.access.python, punctuation.separator.period.python, source.python
|
13 |
| -int : meta.member.access.python, source.python |
| 13 | +int : meta.attribute.python, meta.member.access.python, source.python |
14 | 14 | some : source.python
|
15 | 15 | . : meta.member.access.python, punctuation.separator.period.python, source.python
|
16 |
| -sum : meta.member.access.python, source.python |
| 16 | +sum : meta.attribute.python, meta.member.access.python, source.python |
17 | 17 | some : source.python
|
18 | 18 | . : meta.member.access.python, punctuation.separator.period.python, source.python
|
19 |
| -super : meta.member.access.python, source.python |
| 19 | +super : meta.attribute.python, meta.member.access.python, source.python |
20 | 20 | some : source.python
|
21 | 21 | . : meta.member.access.python, punctuation.separator.period.python, source.python
|
22 |
| -unicode : meta.member.access.python, source.python |
| 22 | +unicode : meta.attribute.python, meta.member.access.python, source.python |
23 | 23 | some : source.python
|
24 | 24 | . : meta.member.access.python, punctuation.separator.period.python, source.python
|
25 |
| -foo : meta.member.access.python, source.python |
| 25 | +foo : meta.attribute.python, meta.member.access.python, source.python |
26 | 26 | some : source.python
|
27 | 27 | . : meta.member.access.python, punctuation.separator.period.python, source.python
|
28 |
| -Exception : meta.member.access.python, source.python |
| 28 | +Exception : meta.attribute.python, meta.member.access.python, source.python |
0 commit comments