Move 'svelte'-specific snippet
parent
19380e20e9
commit
2ee5bf3184
|
@ -9,9 +9,3 @@ endsnippet
|
||||||
snippet Jsf "JSON.stringify (formatted)"
|
snippet Jsf "JSON.stringify (formatted)"
|
||||||
JSON.stringify($0, 0, 2)
|
JSON.stringify($0, 0, 2)
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet preJsf "JSON.stringify (formatted and wrapped)"
|
|
||||||
<pre>
|
|
||||||
JSON.stringify($0, 0, 2)
|
|
||||||
</pre>
|
|
||||||
endsnippet
|
|
||||||
|
|
|
@ -7,3 +7,9 @@ endsnippet
|
||||||
snippet oD
|
snippet oD
|
||||||
onDestroy(() => $0)
|
onDestroy(() => $0)
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet preJsf "JSON.stringify (formatted and wrapped)"
|
||||||
|
<pre>
|
||||||
|
JSON.stringify($0, 0, 2)
|
||||||
|
</pre>
|
||||||
|
endsnippet
|
||||||
|
|
Loading…
Reference in New Issue