mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
added snippets for tags i, b, and q for blockquote.
This commit is contained in:
parent
fb44854be1
commit
53d1d705d2
4
snippets/html-mode/b.yasnippet
Executable file
4
snippets/html-mode/b.yasnippet
Executable file
@ -0,0 +1,4 @@
|
||||
#contributor : Xah Lee xahlee.org
|
||||
#name : <b>...</b>
|
||||
# --
|
||||
<b>$0</b>
|
4
snippets/html-mode/i.yasnippet
Executable file
4
snippets/html-mode/i.yasnippet
Executable file
@ -0,0 +1,4 @@
|
||||
#contributor : Xah Lee xahlee.org
|
||||
#name : <i>...</i>
|
||||
# --
|
||||
<i>$0</i>
|
6
snippets/html-mode/q.yasnippet
Executable file
6
snippets/html-mode/q.yasnippet
Executable file
@ -0,0 +1,6 @@
|
||||
#contributor : Xah Lee xahlee.org
|
||||
#name : <blockquote>...</blockquote>
|
||||
# --
|
||||
<blockquote>
|
||||
$0
|
||||
</blockquote>
|
Loading…
x
Reference in New Issue
Block a user