Update svelte snippets

This commit is contained in:
Hektor Misplon
2021-05-05 15:20:10 +02:00
parent dea76213ff
commit 3578e6af0d

View File

@@ -10,6 +10,10 @@ endsnippet
snippet preJsf "JSON.stringify (formatted and wrapped)"
<pre>
JSON.stringify($0, 0, 2)
{JSON.stringify($0, 0, 2)}
</pre>
endsnippet
snippet :g "Open :global("
:global(
endsnippet