|
@@ -25,6 +25,7 @@
|
25
|
25
|
"
|
26
|
26
|
" Andrea Riciputi
|
27
|
27
|
" Anton Butanaev
|
|
28
|
+" Antony Lee
|
28
|
29
|
" Caleb Adamantine
|
29
|
30
|
" David Briscoe
|
30
|
31
|
" Elizabeth Myers
|
|
@@ -158,6 +159,9 @@ syn keyword pythonStatement with
|
158
|
159
|
syn keyword pythonStatement def class nextgroup=pythonFunction skipwhite
|
159
|
160
|
syn keyword pythonRepeat for while
|
160
|
161
|
syn keyword pythonConditional if elif else
|
|
162
|
+" The standard pyrex.vim unconditionally removes the pythonInclude group, so
|
|
163
|
+" we provide a dummy group here to avoid crashing pyrex.vim.
|
|
164
|
+syn keyword pythonInclude import
|
161
|
165
|
syn keyword pythonImport import
|
162
|
166
|
syn keyword pythonException try except finally
|
163
|
167
|
syn keyword pythonOperator and in is not or
|