summaryrefslogtreecommitdiff
path: root/my_snippets/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'my_snippets/package.json')
-rw-r--r--my_snippets/package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/my_snippets/package.json b/my_snippets/package.json
new file mode 100644
index 0000000..0059209
--- /dev/null
+++ b/my_snippets/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "example-snippets",
+ "contributes": {
+ "snippets": [
+ {
+ "language": [
+ "all"
+ ],
+ "path": "./snippets/all.json"
+ },
+ {
+ "language": [
+ "lua"
+ ],
+ "path": "./lua.json"
+ }
+ {
+ "language": [
+ "python"
+ ],
+ "path": "./python.json"
+ }
+ ]
+ }
+}