{ "PS Sententce": { "prefix": "pssentence", "body": [ "{", "\tp: \"$1\",", "\tf: \"$2\",", "\te: \"$3\",", "}" ], }, "PS String": { "prefix": "psstring", "body": "{ p: \"$1\", f: \"$2\" }", }, "InlinePs": { "prefix": "inlineps", "body": "", }, "EditableVPEx": { "prefix": "editablevpex", "body": [ "{", "\t$1", "}" ] }, "EditableEPEx": { "prefix": "editableepex", "body": [ "{", "\t$1", "}" ] }, "Examples": { "prefix": "examples", "body": [ "{[", "\t{", "\t\tp: \"$1\",", "\t\tf: \"$2\",", "\t\te: \"$3\",", "\t},", "]}", ], }, "Link": { "prefix": "link", "body": "$2", } }