summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/html-mode/img
blob: 674b1dc0495bd06f1d2be649ee666183d3c4b1ea (plain) (tree)
1
2
3
4



                                                  
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <img src="..." class="..." alt="..." />
# --
<img src="$1" class="$2" alt="$3" />