* 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,8 @@
# -*- mode: snippet -*-
# type: command
# contributor: Translated from TextMate Snippet
# name: Strong
# binding: "@b"
# binding: "A-b"
## condition: "text.html"
# --
${0:${TM_SELECTED_TEXT/\A<strong>(.*)<\/strong>\z|.*/(?1:$1:<strong>$0<\/strong>)/m}}
(yas/html-wrap-selection-if-not-wrapped-already "strong")