20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"command": {
|
|
"prefix": "cmd",
|
|
"description": "create command tag",
|
|
"body": [
|
|
"```$1",
|
|
"$2",
|
|
"```"
|
|
]
|
|
},
|
|
"bashcommand": {
|
|
"prefix": "bash",
|
|
"description": "create bash command tag",
|
|
"body": [
|
|
"```bash",
|
|
"$1",
|
|
"```"
|
|
]
|
|
}
|
|
}
|