mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Update
This commit is contained in:
@@ -99,7 +99,7 @@ syn keyword pythonException try except finally
|
||||
syn keyword pythonOperator and in is not or
|
||||
|
||||
" Print keyword but only if not used as function
|
||||
syn match pythonStatement "\<print\>\((\)\@!" display
|
||||
syn match pythonStatement "\<print\>\((\|,\|*=\)\@!" display
|
||||
|
||||
" Decorators (new in Python 2.4)
|
||||
syn match pythonDecorator "@" display nextgroup=pythonFunction skipwhite
|
||||
|
||||
Reference in New Issue
Block a user