diff options
author | jradtilbrook <jrad.tilbrook@gmail.com> | 2018-10-01 10:40:36 +0800 |
---|---|---|
committer | jradtilbrook <jrad.tilbrook@gmail.com> | 2018-10-01 11:15:43 +0800 |
commit | cbc9d08f80bb5c985fa8feadf8b6cff35f61b05d (patch) | |
tree | 2882bae7a4da202b4c5c4a457c4292d2162dc664 /templates/default.mustache | |
parent | fcce6bce6a2f4b14eea7ea388031c0aa65e4b67d (diff) |
Modify PHP method color
Diffstat (limited to 'templates/default.mustache')
-rw-r--r-- | templates/default.mustache | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/default.mustache b/templates/default.mustache index b0ba92a..ad820a2 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -333,6 +333,7 @@ call <sid>hi("NERDTreeExecFile", s:gui05, "", s:cterm05, "", "", "") call <sid>hi("phpMemberSelector", s:gui05, "", s:cterm05, "", "", "") call <sid>hi("phpComparison", s:gui05, "", s:cterm05, "", "", "") call <sid>hi("phpParent", s:gui05, "", s:cterm05, "", "", "") +call <sid>hi("phpMethodsVar", s:gui0C, "", s:cterm0C, "", "", "") " Python highlighting call <sid>hi("pythonOperator", s:gui0E, "", s:cterm0E, "", "", "") |