update
[dotfiles.git] / .vim / mysnippets / html.snippets
index 52c6e0a..2cea21b 100644 (file)
@@ -16,6 +16,10 @@ snippet html "html template" w
 </html>
 endsnippet
 
+# snippet `<(.+)` "tag" rw
+# <>
+# endsnippet
+
 snippet p "p tag" w
 <p>$0</p>
 endsnippet