This commit is contained in:
Michael Doronin
2016-11-23 12:22:29 +03:00
parent 7d63a53598
commit 3422bbab29

View File

@@ -165,7 +165,7 @@ syn keyword pythonConditional if elif else
" we provide a dummy group here to avoid crashing pyrex.vim. " we provide a dummy group here to avoid crashing pyrex.vim.
syn keyword pythonInclude import syn keyword pythonInclude import
syn keyword pythonImport import syn keyword pythonImport import
syn keyword pythonImport from syn match pythonImport "\(yield \)\@<!\<from\>"
syn keyword pythonException try except finally syn keyword pythonException try except finally
syn keyword pythonOperator and in is not or syn keyword pythonOperator and in is not or
syn match pythonStatement "^\s*yield\>" display syn match pythonStatement "^\s*yield\>" display