update
This commit is contained in:
parent
18084d5a9a
commit
9469780d10
4 changed files with 118 additions and 111 deletions
|
|
@ -9,3 +9,13 @@ endsnippet
|
|||
snippet plc "<img src='https://via.placeholder.it ..."
|
||||
<img class="$1" src="https://via.placeholder.com/$2" alt="">
|
||||
endsnippet
|
||||
|
||||
snippet tag "wrap with tag"
|
||||
<$1$0>
|
||||
${VISUAL}
|
||||
</$1>
|
||||
endsnippet
|
||||
|
||||
snippet tagi "wrap with tag inline"
|
||||
<$1$0>${VISUAL}</$1>
|
||||
endsnippet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue