mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
add xsd
This commit is contained in:
@@ -2058,7 +2058,16 @@ let s:zen_settings = {
|
|||||||
\ },
|
\ },
|
||||||
\ 'mustache': {
|
\ 'mustache': {
|
||||||
\ 'extends': 'html'
|
\ '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')
|
if exists('g:user_zen_settings')
|
||||||
|
|||||||
Reference in New Issue
Block a user