restored yasnippet

This commit is contained in:
Bozhidar Batsov 2012-02-17 22:12:32 +02:00
parent ac01f235cc
commit 103dbcd8d0
573 changed files with 71124 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
# name: <h1>...</h1>
# key: h1
# --
<h1>$1</h1>

View file

@ -0,0 +1,5 @@
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
# name: <h2>...</h2>
# key: h2
# --
<h2>$1</h2>

View file

@ -0,0 +1,5 @@
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
# name: <h3>...</h3>
# key: h3
# --
<h3>$1</h3>

View file

@ -0,0 +1,5 @@
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
# name: <h4>...</h4>
# key: h4
# --
<h4>$1</h4>

View file

@ -0,0 +1,5 @@
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
# name: <h5>...</h5>
# key: h5
# --
<h5>$1</h5>

View file

@ -0,0 +1,5 @@
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
# name: <h6>...</h6>
# key: h6
# --
<h6>$1</h6>