From 298551ca30715017bd25ad361063603cacf646fb Mon Sep 17 00:00:00 2001 From: Nikolas Savvidis Date: Wed, 28 Sep 2022 22:07:43 +0200 Subject: [PATCH 1/2] Fixes #102 Co-Authored-By: David Warrington <9138568+davidwarrington@users.noreply.github.com> --- language/liquid.language-configuration.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/language/liquid.language-configuration.json b/language/liquid.language-configuration.json index 9635ec38..a06e5d6e 100755 --- a/language/liquid.language-configuration.json +++ b/language/liquid.language-configuration.json @@ -1,11 +1,8 @@ { "comments": { - "lineComment": "{% #", "blockComment": [ "{%- comment -%}", - "{%- endcomment -%}", - "{% comment %}", - "{% endcomment %}" + "{%- endcomment -%}" ] }, "brackets": [ From 0fa90a855989ddb3404c1d411c3e45aceadb55b9 Mon Sep 17 00:00:00 2001 From: Nikolas Savvidis Date: Wed, 28 Sep 2022 22:08:00 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22c474f3..b8df3ce8 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "publisher": "sissel", "icon": "images/logo.png", "author": "Νίκος Σαβίδης ", - "version": "3.0.1", + "version": "3.0.2", "keywords": [ "liquid", "shopify",