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