修复jsx中的html语法高亮

master 1.6.7
yutent 2023-07-27 10:07:23 +08:00
parent c6bb320be3
commit 23e3f13779
3 changed files with 3 additions and 3 deletions

View File

@ -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": {

View File

@ -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'
}

View File

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