parent
c6bb320be3
commit
23e3f13779
|
@ -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": {
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue