diff --git a/autoload/zencoding.vim b/autoload/zencoding.vim index 4f79b7a..a9d1291 100644 --- a/autoload/zencoding.vim +++ b/autoload/zencoding.vim @@ -2058,7 +2058,16 @@ let s:zen_settings = { \ }, \ 'mustache': { \ 'extends': 'html' -\ } +\ }, + 'xsd': { +\ 'extends': 'html', +\ 'snippets': { +\ 'xsd:w3c': "\n" +\ ."\n" + ." \n" + ."\n" + } + } \} if exists('g:user_zen_settings')