This commit is contained in:
2023-08-23 14:49:46 +02:00
parent 20cc9614f6
commit 5423d27ee5
7 changed files with 12 additions and 18 deletions

View File

@@ -2,5 +2,11 @@
"id": "f1c69117-2ba6-46d4-a3b6-ef957ac692fb",
"prefix": "reg",
"description": "",
"body": "--#region $CURSOR$\r\n--#endregion"
"body": "--#region $name$\r\n--#endregion $name$",
"placeholders": [
{
"name": "name",
"defaultValue": null
}
]
}