summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/div.id
blob: ccde64dab92bc1590b9d44192b93d7680efa63d3 (plain) (blame)
1
2
3
4
5
6
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <div id="...">...</div>
# --
<div id="$1">
  $0
</div>