Last active
August 16, 2020 04:51
-
-
Save Robbie-Cook/d98fcceb6a4f0acda8a1bfca791e90e3 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}\">", | |
| "", | |
| "</div>" | |
| ], | |
| "description": "Creates a quick svelte component" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment