Created
March 5, 2017 01:51
-
-
Save chris-schmitz/47330ad8a5681ecf4b682f40d3c13369 to your computer and use it in GitHub Desktop.
New Snippet Snippet for vscode
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
{ | |
"New Snippet": { | |
"prefix": "snippet", | |
"body": [ | |
"\"${1}\": {", | |
" \"prefix\": \"${2}\",", | |
" \"body\": [", | |
" ${3}", | |
" ],", | |
" \"description\": \"${0}\"", | |
"}" | |
], | |
"description": "The structure for a new snippet." | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment