aboutsummaryrefslogtreecommitdiff
path: root/snippets/javascript.snippets
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/javascript.snippets')
-rw-r--r--snippets/javascript.snippets17
1 files changed, 17 insertions, 0 deletions
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