From 9c10b8458653a23aab0637e6f9cd2758b86fd93d Mon Sep 17 00:00:00 2001 From: José Luis Lafuente Date: Sun, 4 Jun 2017 12:15:14 +0200 Subject: Better python support Use color base0E for keywords. --- templates/default.mustache | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/default.mustache b/templates/default.mustache index 6318b5f..a6d54c9 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -292,6 +292,8 @@ call hi("phpParent", s:gui05, "", s:cterm05, "", "", "") " Python highlighting call hi("pythonOperator", s:gui0E, "", s:cterm0E, "", "", "") call hi("pythonRepeat", s:gui0E, "", s:cterm0E, "", "", "") +call hi("pythonInclude", s:gui0E, "", s:cterm0E, "", "", "") +call hi("pythonStatement", s:gui0E, "", s:cterm0E, "", "", "") " Ruby highlighting call hi("rubyAttribute", s:gui0D, "", s:cterm0D, "", "", "") -- cgit v1.2.3