dotfiles/.emacs.d/snippets/html-mode/html.xmlns

7 lines
190 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <html xmlns="...">...</html>
# --
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}">
$0
</html>