aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChris Kempson <chriskempson@users.noreply.github.com>2017-06-05 10:55:11 +0100
committerGitHub <noreply@github.com>2017-06-05 10:55:11 +0100
commita86dfe417dcf852a8985b6115e4a19cde00ce7cb (patch)
tree767fd9be3c174c0b61260d521f3d459ed4aa181e /templates
parente5f2e537430714e0f07e2ca914c93710704dd9e1 (diff)
parent9c10b8458653a23aab0637e6f9cd2758b86fd93d (diff)
Merge pull request #146 from jlesquembre/python_keywords
Better python support
Diffstat (limited to 'templates')
-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, "", "", "")