From 626a8be41f69386194d12db26a76d32d2c21c8c3 Mon Sep 17 00:00:00 2001 From: capitaomorte Date: Tue, 17 Nov 2009 16:33:54 +0000 Subject: [PATCH] Updated these snippets to use the new mirrors-in-fields feature! --- .../html-mode/Insert Tag/Input with Label.yasnippet | 4 +--- extras/imported/html-mode/Insert Tag/Select Box.yasnippet | 6 +++--- extras/imported/html-mode/Insert Tag/XHTML input.yasnippet | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/extras/imported/html-mode/Insert Tag/Input with Label.yasnippet b/extras/imported/html-mode/Insert Tag/Input with Label.yasnippet index 3c53829..a87fbcf 100644 --- a/extras/imported/html-mode/Insert Tag/Input with Label.yasnippet +++ b/extras/imported/html-mode/Insert Tag/Input with Label.yasnippet @@ -4,6 +4,4 @@ # name: Input with Label ## condition: "text.html" # -- - \ No newline at end of file + \ No newline at end of file diff --git a/extras/imported/html-mode/Insert Tag/Select Box.yasnippet b/extras/imported/html-mode/Insert Tag/Select Box.yasnippet index b6363d9..f1bc745 100644 --- a/extras/imported/html-mode/Insert Tag/Select Box.yasnippet +++ b/extras/imported/html-mode/Insert Tag/Select Box.yasnippet @@ -4,8 +4,8 @@ # name: Select Box ## condition: "text.html" # -- - + ${11:$10} + ${14:$13}$15 $0 \ No newline at end of file diff --git a/extras/imported/html-mode/Insert Tag/XHTML input.yasnippet b/extras/imported/html-mode/Insert Tag/XHTML input.yasnippet index 097b1da..a9ec40e 100644 --- a/extras/imported/html-mode/Insert Tag/XHTML input.yasnippet +++ b/extras/imported/html-mode/Insert Tag/XHTML input.yasnippet @@ -3,4 +3,4 @@ # name: Input ## condition: "text.html" # -- - \ No newline at end of file + \ No newline at end of file