neosnippet.vim/autoload/neosnippet/snippets/xhtml.snip

8 lines
109 B
Plaintext
Raw Normal View History

2013-02-16 05:35:09 +00:00
include html
2012-02-02 04:33:35 +00:00
snippet xhtml
2013-05-20 05:08:57 +00:00
<html xmlns="http://www.w3.org/1999/xhtml">
2012-10-30 08:53:14 +00:00
${1:TARGET}
2012-02-02 04:33:35 +00:00
</html>
2012-10-30 08:53:14 +00:00