summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/html.xmlns
blob: 7dd7ee4a779cdfe2584c5af839a6f27b41df80b9 (plain) (blame)
1
2
3
4
5
6
#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>