added snippets for tags i, b, and q for blockquote.

This commit is contained in:
Xah Lee 2010-08-05 05:19:11 +00:00
parent fb44854be1
commit 53d1d705d2
3 changed files with 14 additions and 0 deletions

4
snippets/html-mode/b.yasnippet Executable file
View File

@ -0,0 +1,4 @@
#contributor : Xah Lee xahlee.org
#name : <b>...</b>
# --
<b>$0</b>

4
snippets/html-mode/i.yasnippet Executable file
View File

@ -0,0 +1,4 @@
#contributor : Xah Lee xahlee.org
#name : <i>...</i>
# --
<i>$0</i>

6
snippets/html-mode/q.yasnippet Executable file
View File

@ -0,0 +1,6 @@
#contributor : Xah Lee xahlee.org
#name : <blockquote>...</blockquote>
# --
<blockquote>
$0
</blockquote>