add vue snippets
This commit is contained in:
parent
643e43e30f
commit
deb27d52c9
2 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,10 @@ snippet tag "generic Element"
|
|||
</$1>
|
||||
endsnippet
|
||||
|
||||
snippet tags "generic Element self closing"
|
||||
<${1:tag}${2: class="$3"} />$0
|
||||
endsnippet
|
||||
|
||||
snippet tagi "generic inline Element"
|
||||
<${1:tag}${2: class="$3"}>$4</$1>$0
|
||||
endsnippet
|
||||
|
|
2
vim/vim/snipps/vue.snippets
Normal file
2
vim/vim/snipps/vue.snippets
Normal file
|
@ -0,0 +1,2 @@
|
|||
extends html
|
||||
|
Loading…
Add table
Reference in a new issue