mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
22 lines
857 B
Python
22 lines
857 B
Python
a = 1 # type:
|
|
a = 1 # type: # 123
|
|
|
|
|
|
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
1 : constant.numeric.dec.python, source.python
|
|
: source.python
|
|
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
|
|
type: : comment.line.number-sign.python, source.python
|
|
a : source.python
|
|
: source.python
|
|
= : keyword.operator.assignment.python, source.python
|
|
: source.python
|
|
1 : constant.numeric.dec.python, source.python
|
|
: source.python
|
|
# : comment.line.number-sign.python, punctuation.definition.comment.python, source.python
|
|
type: # 123 : comment.line.number-sign.python, source.python
|