File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ syn keyword pythonStatement with
7070syn keyword pythonStatement def class nextgroup =pythonFunction skipwhite
7171syn keyword pythonRepeat for while
7272syn keyword pythonConditional if elif else
73- " The standard pyrex.vim unconditionally removes the pythonInclude group, so
74- " we provide a dummy group here to avoid crashing pyrex.vim.
7573syn keyword pythonException try except finally
7674syn keyword pythonOperator and in is not or
7775syn match pythonStatement ' \s *\( [.,]\)\@ <!\< yield\> '
76+ " The standard pyrex.vim unconditionally removes the pythonInclude group, so
77+ " we provide a dummy group here to avoid crashing pyrex.vim.
7878syn keyword pythonInclude import
7979syn keyword pythonImport import
8080syn match pythonIdentifier ' \v [a-zA-Z_][a-zA-Z0-9_]*' nextgroup =FunctionParameters
81- syn match pythonRaiseFromStatement ' from\> '
81+ syn match pythonRaiseFromStatement ' \< from\> '
8282syn match pythonImport ' ^\s *\z sfrom\> '
8383
8484
You can’t perform that action at this time.
0 commit comments