mirror of
https://github.com/vim-python/python-syntax.git
synced 2026-01-24 20:12:32 +08:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user