Update svelte snippets

This commit is contained in:
Hektor Misplon
2021-05-05 15:20:10 +02:00
parent e19b459be5
commit b04849aae8

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