Forked from vim-python/python syntax with a few changes:
raise
,assert
moved from pythonStatement to pythonException=
moved from pythonOperator to pythonStatement'single quote strings'
moved from pythonString to the new pythonSymbol, which extends Labelin
is in pythonOperator, except thein
fromfor .. in
, which is in pythonRepeatfrom
will now correctly match pythonImportthis
has been added to pythonClass