Have you seen the "lines to unnumbered list" command in the HTML bundle?
On Apr 7, 2006, at 12:05 PM, Timothy Bates wrote:
> PS: if you find yourself making lists out of lines of text, this
> helps me
>
> <${1:ol}>
> ${TM_SELECTED_TEXT/(^.+$)/\t<li>$1<\/li>/g}
> </$1>
Haris