mirror of
https://github.com/vim/vim.git
synced 2025-11-07 10:17:28 -05:00
updated for version 7.0c03
This commit is contained in:
@@ -47,7 +47,8 @@ syn match pythonFunction "[a-zA-Z_][a-zA-Z0-9_]*" contained
|
||||
syn keyword pythonRepeat for while
|
||||
syn keyword pythonConditional if elif else
|
||||
syn keyword pythonOperator and in is not or
|
||||
syn keyword pythonPreCondit import from
|
||||
" AS will be a keyword in Python 3
|
||||
syn keyword pythonPreCondit import from as
|
||||
syn match pythonComment "#.*$" contains=pythonTodo
|
||||
syn keyword pythonTodo TODO FIXME XXX contained
|
||||
|
||||
|
||||
Reference in New Issue
Block a user