mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 13:44:48 +08:00
@@ -9,10 +9,12 @@
|
|||||||
# Keywords.
|
# Keywords.
|
||||||
|
|
||||||
with break continue del exec return pass print raise global assert lambda yield
|
with break continue del exec return pass print raise global assert lambda yield
|
||||||
for while if elif else import from as try except finally and in is not or
|
for while if elif else import as try except finally and in is not or
|
||||||
|
|
||||||
from test import var as name
|
from test import var as name
|
||||||
|
|
||||||
|
raise Exception from ex
|
||||||
|
|
||||||
yield from
|
yield from
|
||||||
|
|
||||||
def functionname
|
def functionname
|
||||||
|
|||||||
Reference in New Issue
Block a user