restored yasnippet
This commit is contained in:
parent
ac01f235cc
commit
103dbcd8d0
573 changed files with 71124 additions and 0 deletions
5
vendor/yasnippet/snippets/html-mode/header/h1
vendored
Normal file
5
vendor/yasnippet/snippets/html-mode/header/h1
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <h1>...</h1>
|
||||
# key: h1
|
||||
# --
|
||||
<h1>$1</h1>
|
5
vendor/yasnippet/snippets/html-mode/header/h2
vendored
Normal file
5
vendor/yasnippet/snippets/html-mode/header/h2
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <h2>...</h2>
|
||||
# key: h2
|
||||
# --
|
||||
<h2>$1</h2>
|
5
vendor/yasnippet/snippets/html-mode/header/h3
vendored
Normal file
5
vendor/yasnippet/snippets/html-mode/header/h3
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <h3>...</h3>
|
||||
# key: h3
|
||||
# --
|
||||
<h3>$1</h3>
|
5
vendor/yasnippet/snippets/html-mode/header/h4
vendored
Normal file
5
vendor/yasnippet/snippets/html-mode/header/h4
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <h4>...</h4>
|
||||
# key: h4
|
||||
# --
|
||||
<h4>$1</h4>
|
5
vendor/yasnippet/snippets/html-mode/header/h5
vendored
Normal file
5
vendor/yasnippet/snippets/html-mode/header/h5
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <h5>...</h5>
|
||||
# key: h5
|
||||
# --
|
||||
<h5>$1</h5>
|
5
vendor/yasnippet/snippets/html-mode/header/h6
vendored
Normal file
5
vendor/yasnippet/snippets/html-mode/header/h6
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# contributor: Jimmy Wu <frozenthrone88@gmail.com>
|
||||
# name: <h6>...</h6>
|
||||
# key: h6
|
||||
# --
|
||||
<h6>$1</h6>
|
Loading…
Add table
Add a link
Reference in a new issue