summaryrefslogtreecommitdiff
path: root/my_snippets/snippets/all.json
diff options
context:
space:
mode:
Diffstat (limited to 'my_snippets/snippets/all.json')
-rw-r--r--my_snippets/snippets/all.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/my_snippets/snippets/all.json b/my_snippets/snippets/all.json
new file mode 100644
index 0000000..29df278
--- /dev/null
+++ b/my_snippets/snippets/all.json
@@ -0,0 +1,16 @@
+{
+ "snip1": {
+ "prefix": "all1",
+ "body": [
+ "expands? jumps? $1 $2 !"
+ ]
+ },
+ "snip2": {
+ "prefix": "all2",
+ "body": [
+ "multi $1",
+ "line $2",
+ "snippet$0"
+ ]
+ }
+}