{ "tmp": { "scope": "json", "prefix": ["tmp", "t"], "body": [ "\"${1:snippet_name}\": {", "\t\"scope\": \"$TM_FILENAME_BASE\",", "\t\"prefix\": \"${2:trigger}\",", "\t\"body\": [", "\t\t\"${3:contents}\"$4", "\t],", "\t\"description\": \"${5:description}\"", "}$0" ], "description": "snippet template" }, "body": { "scope": "json", "prefix": ["body", "b"], "body": [ ",\n\"${1:contents}\"$0" ], "description": "add contents line" }, "object": { "scope": "json", "prefix": "obj", "body": [ "{", "\t$0", "}" ], "description": "Json basic object snippet." } }