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