diff --git a/ftplugin/html/html.xpt.vim b/ftplugin/html/html.xpt.vim index 0a10e02..75ef5c2 100644 --- a/ftplugin/html/html.xpt.vim +++ b/ftplugin/html/html.xpt.vim @@ -2,21 +2,30 @@ " XPTemplate priority=personal -XPTvar $blank ' ' +let s:f = g:XPTfuncs() + +XPTvar $blank ' ' +XPTvar $js_dir 'scripts' +XPTvar $css_dir 'styles' +XPTvar $jq_ver '1.4.2.min' +XPTvar $empty '' XPT copy_comment hidden -XPT aut abbr alias=meta " + +XPT author alias=meta " `:title:^ `:contenttype:^` - `more^ ^ + `more^.^
`cursor^ @@ -35,35 +44,71 @@ XPT skel abbr synonym=html|xhtml " xhtml skeleton `:copy_comment:^ XPT link " - +XSET dir=$css_dir/ +XSET src=base.css + + +XPT reset synonym=fonts|base|grids|layout +XSET name=$_xSnipName.css +`:link( { 'src' : 'name' } ):^ + +XPT jquery abbr synonym=jq "