Update svelte snippets

master
Hektor Misplon 2021-05-05 15:20:10 +02:00
parent dea76213ff
commit 3578e6af0d
1 changed files with 5 additions and 1 deletions

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