This commit is contained in:
ManjaroOne666 2019-04-15 20:24:52 +01:00
commit 9469780d10
4 changed files with 118 additions and 111 deletions

View file

@ -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