{ "command": { "prefix": "cmd", "description": "create command tag", "body": [ "```$1", "$2", "```" ] }, "bashcommand": { "prefix": "bash", "description": "create bash command tag", "body": [ "```bash", "$1", "```" ] } }