Created
August 16, 2020 04:48
-
-
Save Robbie-Cook/52a8770d28ffaf73cc275bc9ebceb1d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "component": { | |
| "prefix": ["svelte-component"], | |
| "body": [ | |
| "<script lang="typescript">", | |
| "", | |
| "</script>", | |
| "", | |
| "<style lang="scss">", | |
| " .c-${1:Component} {", | |
| " }", | |
| "</style>", | |
| "", | |
| "/**", | |
| " * A ${1:Component}.", | |
| " */", | |
| "<div class="c-${1:Component}" />" | |
| ], | |
| "description": "Creates a quick svelte component" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment