aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snippets/go.snippets17
-rw-r--r--snippets/javascript.snippets17
-rw-r--r--snippets/ps1.snippets17
-rw-r--r--snippets/python.snippets17
-rw-r--r--snippets/terraform.snippets17
5 files changed, 85 insertions, 0 deletions
diff --git a/snippets/go.snippets b/snippets/go.snippets
new file mode 100644
index 0000000..7707875
--- /dev/null
+++ b/snippets/go.snippets
@@ -0,0 +1,17 @@
+snippet cmt
+//-------------------------------------------------------------------------------
+// $1
+//
+// $2
+//-------------------------------------------------------------------------------
+
+$0
+endsnippet
+
+snippet scmt
+// -----------------------------------------------------------------------------
+// - $1 -
+// -----------------------------------------------------------------------------
+
+$0
+endsnippet
diff --git a/snippets/javascript.snippets b/snippets/javascript.snippets
new file mode 100644
index 0000000..7707875
--- /dev/null
+++ b/snippets/javascript.snippets
@@ -0,0 +1,17 @@
+snippet cmt
+//-------------------------------------------------------------------------------
+// $1
+//
+// $2
+//-------------------------------------------------------------------------------
+
+$0
+endsnippet
+
+snippet scmt
+// -----------------------------------------------------------------------------
+// - $1 -
+// -----------------------------------------------------------------------------
+
+$0
+endsnippet
diff --git a/snippets/ps1.snippets b/snippets/ps1.snippets
new file mode 100644
index 0000000..d95f4dd
--- /dev/null
+++ b/snippets/ps1.snippets
@@ -0,0 +1,17 @@
+snippet cmt
+#-------------------------------------------------------------------------------
+# $1
+#
+# $2
+#-------------------------------------------------------------------------------
+
+$0
+endsnippet
+
+snippet scmt
+# -----------------------------------------------------------------------------
+# - $1 -
+# -----------------------------------------------------------------------------
+
+$0
+endsnippet
diff --git a/snippets/python.snippets b/snippets/python.snippets
new file mode 100644
index 0000000..d95f4dd
--- /dev/null
+++ b/snippets/python.snippets
@@ -0,0 +1,17 @@
+snippet cmt
+#-------------------------------------------------------------------------------
+# $1
+#
+# $2
+#-------------------------------------------------------------------------------
+
+$0
+endsnippet
+
+snippet scmt
+# -----------------------------------------------------------------------------
+# - $1 -
+# -----------------------------------------------------------------------------
+
+$0
+endsnippet
diff --git a/snippets/terraform.snippets b/snippets/terraform.snippets
new file mode 100644
index 0000000..d95f4dd
--- /dev/null
+++ b/snippets/terraform.snippets
@@ -0,0 +1,17 @@
+snippet cmt
+#-------------------------------------------------------------------------------
+# $1
+#
+# $2
+#-------------------------------------------------------------------------------
+
+$0
+endsnippet
+
+snippet scmt
+# -----------------------------------------------------------------------------
+# - $1 -
+# -----------------------------------------------------------------------------
+
+$0
+endsnippet