File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 78
78
syn keyword pythonStatement await
79
79
80
80
syn keyword pythonStatement def nextgroup =pythonFunction skipwhite
81
- syn match pythonStatement " \< async\s\+ def\> " nextgroup =pythonFunction skipwhite
82
- syn match pythonStatement " \< async\s\+ with\> " display
83
- syn match pythonStatement " \< async\s\+ for\> " nextgroup =pythonRepeat skipwhite
81
+ syn match pythonStatement " \< async\s\+ def\> " nextgroup =pythonFunction skipwhite
82
+ syn match pythonStatement " \< async\s\+ with\> " display
83
+ syn match pythonStatement " \< async\s\+ for\> " nextgroup =pythonRepeat skipwhite
84
84
syn match pythonFunction " \% (\% (def\s\| @\)\s *\)\@ <=\h\% (\w\|\.\) *" contained nextgroup =pythonVars
85
85
syn region pythonVars start =" (" skip =+ \( ".*"\| '.*'\) + end =" )" contained contains =pythonParameters transparent keepend
86
86
syn match pythonParameters " [^,]*" contained contains =pythonParam skipwhite
You can’t perform that action at this time.
0 commit comments