3f1cdba799
Added update_plugins.py which can fetch new plugins from GitHub. New plugins added: zencoding, vim-indent-object, taglist, nginx.vim
9 lines
173 B
Text
9 lines
173 B
Text
snippet t "Simple tag" b
|
|
<${1:tag}>
|
|
${2:content}
|
|
</${1/([\w:._-]+).*/$1/}>
|
|
endsnippet
|
|
|
|
snippet ti "Inline tag" b
|
|
<${1:tag}>${2:content}</${1/([\w:._-]+).*/$1/}>
|
|
endsnippet
|