|
@@ -157,6 +157,9 @@ syn keyword pythonStatement with
|
157
|
157
|
syn keyword pythonStatement def class nextgroup=pythonFunction skipwhite
|
158
|
158
|
syn keyword pythonRepeat for while
|
159
|
159
|
syn keyword pythonConditional if elif else
|
|
160
|
+" The standard pyrex.vim unconditionally removes the pythonInclude group, so
|
|
161
|
+" we provide a dummy group here to avoid crashing pyrex.vim.
|
|
162
|
+syn keyword pythonInclude import
|
160
|
163
|
syn keyword pythonImport import
|
161
|
164
|
syn keyword pythonException try except finally
|
162
|
165
|
syn keyword pythonOperator and in is not or
|