Skip to content

Commit

Permalink
Move comment to right position
Browse files Browse the repository at this point in the history
  • Loading branch information
nfnty committed Feb 19, 2017
1 parent 0832414 commit 82836bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions syntax/python.vim
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ syn keyword pythonStatement with
syn keyword pythonStatement def class nextgroup=pythonFunction skipwhite
syn keyword pythonRepeat for while
syn keyword pythonConditional if elif else
" The standard pyrex.vim unconditionally removes the pythonInclude group, so
" we provide a dummy group here to avoid crashing pyrex.vim.
syn keyword pythonException try except finally
syn keyword pythonOperator and in is not or
syn match pythonStatement '\s*\([.,]\)\@<!\<yield\>'
" The standard pyrex.vim unconditionally removes the pythonInclude group, so
" we provide a dummy group here to avoid crashing pyrex.vim.
syn keyword pythonInclude import
syn keyword pythonImport import
syn match pythonIdentifier '\v[a-zA-Z_][a-zA-Z0-9_]*' nextgroup=FunctionParameters
syn match pythonRaiseFromStatement 'from\>'
syn match pythonRaiseFromStatement '\<from\>'
syn match pythonImport '^\s*\zsfrom\>'


Expand Down

0 comments on commit 82836bb

Please sign in to comment.