mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-06 20:54:31 +08:00
@@ -9,10 +9,12 @@
|
||||
# Keywords.
|
||||
|
||||
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
|
||||
|
||||
raise Exception from ex
|
||||
|
||||
yield from
|
||||
|
||||
def functionname
|
||||
|
||||
Reference in New Issue
Block a user