mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
13 lines
533 B
Python
13 lines
533 B
Python
cdef foo(): pass
|
|
|
|
|
|
|
|
cdef : source.python
|
|
: source.python
|
|
foo : meta.function-call.generic.python, meta.function-call.python, source.python
|
|
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
|
|
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
|
|
: : punctuation.separator.colon.python, source.python
|
|
: source.python
|
|
pass : keyword.control.flow.python, source.python
|