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






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