From bd2483e1a44a0e30a755795b7a363d68ec2661b6 Mon Sep 17 00:00:00 2001 From: Gavin Cui Date: Tue, 29 Mar 2016 13:55:42 +0800 Subject: [PATCH] highlight self and log --- syntax/python.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax/python.vim b/syntax/python.vim index e963628..9acd95e 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -162,9 +162,9 @@ 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 pythonInclude import -syn keyword pythonImport import +syn keyword pythonImport import self syn keyword pythonException try except finally -syn keyword pythonOperator and in is not or +syn keyword pythonOperator and in is not or log syn match pythonStatement "\" display syn match pythonImport "\" display