From 9a11b18fd768ed33b431abb988f938ba5b7de866 Mon Sep 17 00:00:00 2001 From: Keegan Leitz Date: Sun, 21 Oct 2018 16:17:55 -0400 Subject: [PATCH] added .html.erb to erb extensions for toggleTags command --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 612ac2c..3c30189 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, { "id": "erb", "aliases": ["erb", "Encapsulated Ruby", "HTML Ruby"], - "extensions": [".erb", ".rhtml", ".rhtm"], + "extensions": [".erb", ".rhtml", ".rhtm", ".html.erb"], "configuration": "./language_configuration.erb.json" }], "grammars": [{ @@ -67,4 +67,4 @@ "scripts": { "postinstall": "node ./node_modules/vscode/bin/install" } -} \ No newline at end of file +}