File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,16 @@ endif
7575"
7676
7777syn keyword pythonStatement break continue del return pass yield global assert lambda with
78- syn keyword pythonStatement raise nextgroup =pythonExClass skipwhite
7978syn keyword pythonStatement def nextgroup =pythonFunction skipwhite
8079syn keyword pythonStatement class nextgroup =pythonClass skipwhite
8180if s: Enabled (' g:python_highlight_class_vars' )
8281 syn keyword pythonClassVar self cls mcs
8382endif
8483syn keyword pythonRepeat for while
8584syn keyword pythonConditional if elif else
86- syn keyword pythonException try except finally
8785syn keyword pythonMatch match case
86+ syn keyword pythonException try except finally raise
87+ syn keyword pythonException raise nextgroup =pythonExClass skipwhite
8888" The standard pyrex.vim unconditionally removes the pythonInclude group, so
8989" we provide a dummy group here to avoid crashing pyrex.vim.
9090syn keyword pythonInclude import
You can’t perform that action at this time.
0 commit comments