From 9c10b8458653a23aab0637e6f9cd2758b86fd93d Mon Sep 17 00:00:00 2001
From: José Luis Lafuente <jl@lafuente.me>
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/default.mustache')

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 <sid>hi("phpParent",          s:gui05, "", s:cterm05, "", "", "")
 " Python highlighting
 call <sid>hi("pythonOperator",  s:gui0E, "", s:cterm0E, "", "", "")
 call <sid>hi("pythonRepeat",    s:gui0E, "", s:cterm0E, "", "", "")
+call <sid>hi("pythonInclude",   s:gui0E, "", s:cterm0E, "", "", "")
+call <sid>hi("pythonStatement", s:gui0E, "", s:cterm0E, "", "", "")
 
 " Ruby highlighting
 call <sid>hi("rubyAttribute",               s:gui0D, "", s:cterm0D, "", "", "")
-- 
cgit v1.2.3