add new resource

This commit is contained in:
lostdesign
2019-06-20 14:05:47 +02:00
parent c67d8bef03
commit 705a860f81
2 changed files with 18 additions and 8 deletions

View File

@@ -19,9 +19,9 @@
"prefix": "wgem",
"body": [
"{",
" title: '${1:title}',",
" desc: '${2:desc}',",
" url: '${3:url}'",
" \"title\": \"${1:title}\",",
" \"desc\": \"${2:desc}\",",
" \"url\": \"${3:url}\"",
"},"
],
"description": "Add a webgem"