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" }