aboutsummaryrefslogtreecommitdiff
path: root/nvim/snippets/powershell.json
diff options
context:
space:
mode:
authorclaw0ry <me@claw0ry.net>2024-12-11 13:58:21 +0100
committerclaw0ry <me@claw0ry.net>2024-12-11 13:58:21 +0100
commitb56b0d3ca316395a903ed1c7a040bda0ae321c36 (patch)
treeda8a7e975f0f426095350403dc3b39f4fd1ad5dd /nvim/snippets/powershell.json
fresh start
Diffstat (limited to 'nvim/snippets/powershell.json')
-rw-r--r--nvim/snippets/powershell.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/nvim/snippets/powershell.json b/nvim/snippets/powershell.json
new file mode 100644
index 0000000..1f47642
--- /dev/null
+++ b/nvim/snippets/powershell.json
@@ -0,0 +1,20 @@
+{
+ "snip1": {
+ "prefix": "cmt",
+ "body": [
+ "#-------------------------------------------------------------------------------",
+ "# $1",
+ "#",
+ "# $2",
+ "#-------------------------------------------------------------------------------"
+ ]
+ },
+ "snip2": {
+ "prefix": "scmt",
+ "body": [
+ "# -----------------------------------------------------------------------------",
+ "# - $1 -",
+ "# -----------------------------------------------------------------------------$2"
+ ]
+ }
+}