Skip to content

Commit

Permalink
Version 2.6.4: - Fixed compatibility with pyrex.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Vasiliev authored and vim-scripts committed Nov 16, 2010
1 parent 9032505 commit 7e3e44f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syntax/python.vim
Expand Up @@ -4,7 +4,7 @@
" URL: http://www.hlabs.spb.ru/vim/python.vim
" Last Change: 2008-09-29
" Filenames: *.py
" Version: 2.6.3
" Version: 2.6.4
"
" Based on python.vim (from Vim 6.1 distribution)
" by Neil Schemenauer <nas@python.ca>
Expand Down Expand Up @@ -108,7 +108,7 @@ syn keyword pythonStatement def class nextgroup=pythonFunction skipwhite
syn match pythonFunction "[a-zA-Z_][a-zA-Z0-9_]*" display contained
syn keyword pythonRepeat for while
syn keyword pythonConditional if elif else
syn keyword pythonImport import from as
syn keyword pythonPreCondit import from as
syn keyword pythonException try except finally
syn keyword pythonOperator and in is not or

Expand Down Expand Up @@ -295,7 +295,7 @@ if version >= 508 || !exists("did_python_syn_inits")
endif

HiLink pythonStatement Statement
HiLink pythonImport Statement
HiLink pythonPreCondit Statement
HiLink pythonFunction Function
HiLink pythonConditional Conditional
HiLink pythonRepeat Repeat
Expand Down

0 comments on commit 7e3e44f

Please sign in to comment.