]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/html-mode/img
Add 'packages/html5-schema/' from commit '6e7c7c331e7f6692be6c7d39fb9485792f0d3513'
[gnu-emacs-elpa] / packages / yasnippet / snippets / html-mode / img
1 # contributor: Jimmy Wu <frozenthrone88@gmail.com>
2 # name: <img src="..." class="..." alt="..." />
3 # key: img
4 # --
5 <img src="$1" class="$2" alt="$3" />