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