forked from VimPlug/emmet-vim
fix typo
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user