syntax: Remove duplicate yield

Fixes #6
This commit is contained in:
nfnty
2017-02-21 23:24:01 +01:00
parent d7c1b4a9cd
commit 4eee0bdaa1

View File

@@ -72,7 +72,6 @@ syn keyword pythonRepeat for while
syn keyword pythonConditional if elif else syn keyword pythonConditional if elif else
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\>'
" The standard pyrex.vim unconditionally removes the pythonInclude group, so " The standard pyrex.vim unconditionally removes the pythonInclude group, so
" 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