diff options
-rw-r--r-- | templates/default.mustache | 2 |
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, "", "", "") |