forked from VimPlug/emmet-vim
fix typo
This commit is contained in:
@@ -2059,15 +2059,15 @@ let s:zen_settings = {
|
|||||||
\ 'mustache': {
|
\ 'mustache': {
|
||||||
\ 'extends': 'html'
|
\ 'extends': 'html'
|
||||||
\ },
|
\ },
|
||||||
'xsd': {
|
\ 'xsd': {
|
||||||
\ 'extends': 'html',
|
\ 'extends': 'html',
|
||||||
\ 'snippets': {
|
\ 'snippets': {
|
||||||
\ 'xsd:w3c': "<?xml version=\"1.0\"?>\n"
|
\ 'xsd:w3c': "<?xml version=\"1.0\"?>\n"
|
||||||
\ ."<xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n"
|
\ ."<xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\n"
|
||||||
." <xsd:element name=\"\" type=\"\"/>\n"
|
\ ." <xsd:element name=\"\" type=\"\"/>\n"
|
||||||
."</xsd:schema>\n"
|
\ ."</xsd:schema>\n"
|
||||||
}
|
\ }
|
||||||
}
|
\ }
|
||||||
\}
|
\}
|
||||||
|
|
||||||
if exists('g:user_zen_settings')
|
if exists('g:user_zen_settings')
|
||||||
|
|||||||
Reference in New Issue
Block a user