This commit is contained in:
Toshiyuki Ogura
2011-09-05 23:20:24 +09:00
committed by mattn
parent 8f290b913e
commit 8d6256e1f8

View File

@@ -2058,7 +2058,16 @@ let s:zen_settings = {
\ },
\ 'mustache': {
\ 'extends': 'html'
\ }
\ },
'xsd': {
\ 'extends': 'html',
\ 'snippets': {
\ 'xsd:w3c': "<?xml version=\"1.0\"?>\n"
\ ."<xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n"
." <xsd:element name=\"\" type=\"\"/>\n"
."</xsd:schema>\n"
}
}
\}
if exists('g:user_zen_settings')