We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 299d33b + 67b6d85 commit 652e368Copy full SHA for 652e368
syntax/python.vim
@@ -158,6 +158,9 @@ syn keyword pythonStatement with
158
syn keyword pythonStatement def class nextgroup=pythonFunction skipwhite
159
syn keyword pythonRepeat for while
160
syn keyword pythonConditional if elif else
161
+" The standard pyrex.vim unconditionally removes the pythonInclude group, so
162
+" we provide a dummy group here to avoid crashing pyrex.vim.
163
+syn keyword pythonInclude import
164
syn keyword pythonImport import
165
syn keyword pythonException try except finally
166
syn keyword pythonOperator and in is not or
0 commit comments