mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
11 lines
689 B
Python
11 lines
689 B
Python
foo(from=1)
|
|
|
|
|
|
|
|
foo : meta.function-call.generic.python, meta.function-call.python, source.python
|
|
( : meta.function-call.python, punctuation.definition.arguments.begin.python, source.python
|
|
from : keyword.control.flow.python, meta.function-call.arguments.python, meta.function-call.python, source.python
|
|
= : keyword.operator.assignment.python, meta.function-call.arguments.python, meta.function-call.python, source.python
|
|
1 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python
|
|
) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python
|