* Imported ""# condition:" directive to all snippets

* Start writing the insert tag snippet-command
This commit is contained in:
capitaomorte
2009-10-18 22:18:07 +00:00
parent 088ba32300
commit fb1a98dcbf
59 changed files with 115 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
# -*- mode: snippet -*-
# contributor: Translated from TextMate Snippet
# name: Emphasize
# binding: "@i"
# binding: "A-i"
## condition: "text.html"
# --
${0:${TM_SELECTED_TEXT/\A<em>(.*)<\/em>\z|.*/(?1:$1:<em>$0<\/em>)/m}}
(yas/html-wrap-selection-if-not-wrapped-already "em")