From b7caade5d0e71fc79caced341732634784c8890d Mon Sep 17 00:00:00 2001 From: Anton Egorov Date: Fri, 13 Jan 2012 03:02:39 +0400 Subject: [PATCH] Highlight operators --- syntax/python.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/python.vim b/syntax/python.vim index 0e0bb12..bae1bdf 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -113,6 +113,7 @@ if exists("python_highlight_all") && python_highlight_all != 0 endif " Keywords +syn match pythonStatement "[:!=+\-*\\\/^|&]" display syn keyword pythonStatement break continue del syn keyword pythonStatement exec return syn keyword pythonStatement pass raise