From 73dc27384cdbac4155c7d778724e2ead931d0722 Mon Sep 17 00:00:00 2001 From: capitaomorte Date: Fri, 6 Nov 2009 13:49:28 +0000 Subject: [PATCH] had forgotten to add this useful snippet --- .../Wrap Each Selected Line in OpenClose Tag.yasnippet | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 extras/imported/html-mode/Wrap Each Selected Line in OpenClose Tag.yasnippet diff --git a/extras/imported/html-mode/Wrap Each Selected Line in OpenClose Tag.yasnippet b/extras/imported/html-mode/Wrap Each Selected Line in OpenClose Tag.yasnippet new file mode 100644 index 0000000..7add15c --- /dev/null +++ b/extras/imported/html-mode/Wrap Each Selected Line in OpenClose Tag.yasnippet @@ -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) \ No newline at end of file