mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 13:44:48 +08:00
addition
This commit is contained in:
@@ -165,7 +165,7 @@ syn keyword pythonConditional if elif else
|
||||
" we provide a dummy group here to avoid crashing pyrex.vim.
|
||||
syn keyword pythonInclude import
|
||||
syn keyword pythonImport import
|
||||
syn keyword pythonImport from
|
||||
syn match pythonImport "\(yield \)\@<!\<from\>"
|
||||
syn keyword pythonException try except finally
|
||||
syn keyword pythonOperator and in is not or
|
||||
syn match pythonStatement "^\s*yield\>" display
|
||||
|
||||
Reference in New Issue
Block a user