summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/ul.id
blob: ababf376ebedd04f4d364861421de55181787ec4 (plain) (tree)
1
2
3
4
5
6
7






                                                   
#contributor : Jimmy Wu <frozenthrone88@gmail.com>
#name : <ul id="...">...</ul>
#group : list
# --
<ul id="$1">
  $0
</ul>