From 303a44594f3cf4d72645bcb688b411f5c779cc87 Mon Sep 17 00:00:00 2001 From: Matt McMurray Date: Mon, 21 Aug 2017 11:58:18 -0500 Subject: [PATCH] Update package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f02b6d6..7bc0fa7 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,11 @@ { "language": "plaintext", "path": "./snippets/plaintext.json" + }, + { + "language": "javascript", + "path": "./snippets/vue.json" } ] } -} \ No newline at end of file +}