From 23e3f13779d55e03c7f33ab5e57d5e405dda11ad Mon Sep 17 00:00:00 2001 From: yutent Date: Thu, 27 Jul 2023 10:07:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Djsx=E4=B8=AD=E7=9A=84html?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E9=AB=98=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/es.js | 2 +- themes/color-theme.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 971ec57..17f52e5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "one plain", "description": "🔥 米白色主题", "icon": "logo.png", - "version": "1.6.6", + "version": "1.6.7", "publisher": "yutent", "author": "Yutent [@yutent]", "engines": { diff --git a/src/es.js b/src/es.js index e16b00d..df60324 100644 --- a/src/es.js +++ b/src/es.js @@ -226,7 +226,7 @@ module.exports = [ }, { name: 'Tag Content String', - scope: ['meta.tag meta.tag.without-attributes meta.jsx.children'], + scope: ['meta.tag meta.tag.without-attributes meta.jsx.children', 'meta.tag meta.jsx.children'], settings: { foreground: '#546e7a' } diff --git a/themes/color-theme.json b/themes/color-theme.json index 2853a1e..781b129 100644 --- a/themes/color-theme.json +++ b/themes/color-theme.json @@ -635,7 +635,7 @@ }, { "name": "Tag Content String", - "scope": "meta.tag meta.tag.without-attributes meta.jsx.children", + "scope": "meta.tag meta.tag.without-attributes meta.jsx.children, meta.tag meta.jsx.children", "settings": { "foreground": "#546e7a" }