This commit is contained in:
Toshiyuki Ogura
2011-09-05 23:25:17 +09:00
committed by mattn
parent 8d6256e1f8
commit 43f36d6069

View File

@@ -2059,15 +2059,15 @@ let s:zen_settings = {
\ 'mustache': {
\ 'extends': 'html'
\ },
'xsd': {
\ '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"
}
}
\ ." <xsd:element name=\"\" type=\"\"/>\n"
\ ."</xsd:schema>\n"
\ }
\ }
\}
if exists('g:user_zen_settings')