neosnippet.vim/neosnippets/xhtml.snip

8 lines
109 B
Plaintext

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