add vue snippets

This commit is contained in:
Jidbo 2020-10-25 17:06:31 +01:00
parent 643e43e30f
commit deb27d52c9
Signed by untrusted user: jidbo
GPG key ID: 54C320BF0E44C5CA
2 changed files with 6 additions and 0 deletions

View file

@ -11,6 +11,10 @@ snippet tag "generic Element"
</$1> </$1>
endsnippet endsnippet
snippet tags "generic Element self closing"
<${1:tag}${2: class="$3"} />$0
endsnippet
snippet tagi "generic inline Element" snippet tagi "generic inline Element"
<${1:tag}${2: class="$3"}>$4</$1>$0 <${1:tag}${2: class="$3"}>$4</$1>$0
endsnippet endsnippet

View file

@ -0,0 +1,2 @@
extends html