add mustache to zen_settings dict

This commit is contained in:
Daniel Schauenberg
2010-06-11 17:55:22 +02:00
parent a639eee9d8
commit f77a31b174

View File

@@ -845,6 +845,9 @@ let s:zen_settings = {
\ },
\ 'xhtml': {
\ 'extends': 'html'
\ },
\ 'mustache': {
\ 'extends': 'html'
\ }
\}