File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,16 @@ endif
75
75
"
76
76
77
77
syn keyword pythonStatement break continue del return pass yield global assert lambda with
78
- syn keyword pythonStatement raise nextgroup =pythonExClass skipwhite
79
78
syn keyword pythonStatement def nextgroup =pythonFunction skipwhite
80
79
syn keyword pythonStatement class nextgroup =pythonClass skipwhite
81
80
if s: Enabled (' g:python_highlight_class_vars' )
82
81
syn keyword pythonClassVar self cls mcs
83
82
endif
84
83
syn keyword pythonRepeat for while
85
84
syn keyword pythonConditional if elif else
86
- syn keyword pythonException try except finally
87
85
syn keyword pythonMatch match case
86
+ syn keyword pythonException try except finally raise
87
+ syn keyword pythonException raise nextgroup =pythonExClass skipwhite
88
88
" The standard pyrex.vim unconditionally removes the pythonInclude group, so
89
89
" we provide a dummy group here to avoid crashing pyrex.vim.
90
90
syn keyword pythonInclude import
You can’t perform that action at this time.
0 commit comments