kurunvim/lua/snippets/md.json
2024-12-10 19:29:04 -03:00

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",
"```"
]
}
}