Implement function call highlighting

Closes #63
This commit is contained in:
antoinemadec
2020-02-19 16:17:14 -08:00
committed by nfnty
parent 1df5e5aaf8
commit 53ea235863
4 changed files with 29 additions and 5 deletions

View File

@@ -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