X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;ds=inline;f=.vim%2Fmysnippets%2Fhtml.snippets;h=2cea21b6679ce742c4760421a622bae618dedae0;hb=90d83c2c3077a0e636e6d4ac2322a02865930d3f;hp=52c6e0ac9ff4f6da29c0e7c9fbb02337f9fdb7e1;hpb=50a48aa866b160cbefbbf1fb25a0e5f48a1fec49;p=dotfiles.git diff --git a/.vim/mysnippets/html.snippets b/.vim/mysnippets/html.snippets index 52c6e0a..2cea21b 100644 --- a/.vim/mysnippets/html.snippets +++ b/.vim/mysnippets/html.snippets @@ -16,6 +16,10 @@ snippet html "html template" w endsnippet +# snippet `<(.+)` "tag" rw +# <> +# endsnippet + snippet p "p tag" w

$0

endsnippet