mirror of
https://github.com/gryf/python-syntax.git
synced 2026-05-06 05:43:01 +02:00
Added nonlocal keyword
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ syn keyword pythonStatement exec return
|
||||
syn keyword pythonStatement pass raise
|
||||
syn keyword pythonStatement global assert
|
||||
syn keyword pythonStatement lambda yield
|
||||
syn keyword pythonStatement with
|
||||
syn keyword pythonStatement with nonlocal
|
||||
syn keyword pythonStatement def class nextgroup=pythonFunction skipwhite
|
||||
syn match pythonFunction "[a-zA-Z_][a-zA-Z0-9_]*" display contained
|
||||
syn keyword pythonRepeat for while
|
||||
|
||||
Reference in New Issue
Block a user