We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9abbf commit 65f6d31Copy full SHA for 65f6d31
syntax/python.vim
@@ -83,7 +83,8 @@ if s:Enabled('g:python_highlight_class_vars')
83
endif
84
syn keyword pythonRepeat for while
85
syn keyword pythonConditional if elif else
86
-syn keyword pythonException try except finally
+syn keyword pythonException try except finally raise
87
+syn keyword pythonException raise nextgroup=pythonExClass skipwhite
88
" The standard pyrex.vim unconditionally removes the pythonInclude group, so
89
" we provide a dummy group here to avoid crashing pyrex.vim.
90
syn keyword pythonInclude import
0 commit comments