neosnippet.vim/autoload/neosnippet/snippets/xhtml.snip
2013-05-20 14:08:57 +09:00

8 lines
109 B
Plaintext

include html
snippet xhtml
<html xmlns="http://www.w3.org/1999/xhtml">
${1:TARGET}
</html>