File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 6363syn keyword pythonStatement break continue del
6464syn keyword pythonStatement exec return
6565syn keyword pythonStatement pass yield
66- syn keyword pythonStatement raise nextgroup =pythonIdentifier, pythonExClass skipwhite
66+ syn keyword pythonStatement raise nextgroup =pythonExClass skipwhite
6767syn keyword pythonStatement global assert
6868syn keyword pythonStatement lambda
6969syn keyword pythonStatement with
@@ -78,7 +78,6 @@ syn keyword pythonException try except finally
7878" we provide a dummy group here to avoid crashing pyrex.vim.
7979syn keyword pythonInclude import
8080syn keyword pythonImport import
81- syn match pythonIdentifier ' \v [a-zA-Z_][a-zA-Z0-9_]*'
8281syn match pythonRaiseFromStatement ' \< from\> '
8382syn match pythonImport ' ^\s *\z sfrom\> '
8483
You can’t perform that action at this time.
0 commit comments