had forgotten to add this useful snippet

This commit is contained in:
capitaomorte 2009-11-06 13:49:28 +00:00
parent 477f7c99e4
commit 73dc27384c

View File

@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# type: command
# contributor: joaotavora, adapted from TextMate HTML bundle
# name: Wrap Each Selected Line in Open/Close Tag
# binding: C-S-A-w
# condition: mark-active
# --
(yas/html-wrap-each-line-in-openclose-tag)