aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Luis Lafuente <jl@lafuente.me>2017-06-04 12:15:14 +0200
committerJosé Luis Lafuente <jl@lafuente.me>2017-06-04 12:15:14 +0200
commit9c10b8458653a23aab0637e6f9cd2758b86fd93d (patch)
tree767fd9be3c174c0b61260d521f3d459ed4aa181e
parente5f2e537430714e0f07e2ca914c93710704dd9e1 (diff)
Better python support
Use color base0E for keywords.
-rw-r--r--templates/default.mustache2
1 files changed, 2 insertions, 0 deletions
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, "", "", "")