]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/html-mode/html.xmlns
Merge commit '79a0dc74a2cce6e8c91c378f9bdb742f0403c96d'
[gnu-emacs-elpa] / packages / yasnippet / snippets / html-mode / html.xmlns
1 # contributor: Jimmy Wu <frozenthrone88@gmail.com>
2 # name: <html xmlns="...">...</html>
3 # key: html
4 # --
5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}">
6 $0
7 </html>