From 0106825bfd20e6441842de678a5213b225c5d8ce Mon Sep 17 00:00:00 2001 From: Natanael Ramos Date: Sat, 25 Mar 2017 22:34:40 -0300 Subject: [PATCH] Highlight python operators is and not --- colors/codedark.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/codedark.vim b/colors/codedark.vim index 00ec0c6..051992a 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -188,6 +188,7 @@ call hi('Repeat', s:cdPink, {}, 'none', {}) call hi('Label', s:cdPink, {}, 'none', {}) call hi('Operator', s:cdFront, {}, 'none', {}) call hi('Keyword', s:cdPink, {}, 'none', {}) +call hi('pythonOperator', s:cdPink, {}, 'none', {}) call hi('Exception', s:cdPink, {}, 'none', {}) call hi('PreProc', s:cdPink, {}, 'none', {})