mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
15 lines
480 B
Python
15 lines
480 B
Python
class Foo -> None: pass
|
|
|
|
|
|
|
|
class : source.python, storage.type.class.python
|
|
: source.python
|
|
Foo : source.python
|
|
: source.python
|
|
-> : invalid.illegal.annotation.python, source.python
|
|
: source.python
|
|
None : constant.language.python, source.python
|
|
: : punctuation.separator.colon.python, source.python
|
|
: source.python
|
|
pass : keyword.control.flow.python, source.python
|