neosnippet.vim/autoload/neosnippet/snippets/xhtml.snip
2013-02-16 14:35:09 +09:00

8 lines
113 B
Plaintext

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