mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-07 13:14:36 +08:00
@@ -18,8 +18,14 @@ raise Exception from ex
|
||||
yield from
|
||||
|
||||
def functionname
|
||||
functionname()
|
||||
functionname ()
|
||||
functionname ()
|
||||
test.functionname()
|
||||
test.functionname ()
|
||||
class Classname
|
||||
def функция
|
||||
функция()
|
||||
class Класс
|
||||
|
||||
# Keywords: Python 2
|
||||
|
||||
Reference in New Issue
Block a user