From 8d6256e1f83c5137bc9edf384433656ee0b29b06 Mon Sep 17 00:00:00 2001 From: Toshiyuki Ogura Date: Mon, 5 Sep 2011 23:20:24 +0900 Subject: [PATCH] add xsd --- autoload/zencoding.vim | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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')