parent
c6bb320be3
commit
23e3f13779
|
@ -3,7 +3,7 @@
|
||||||
"displayName": "one plain",
|
"displayName": "one plain",
|
||||||
"description": "🔥 米白色主题",
|
"description": "🔥 米白色主题",
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
"version": "1.6.6",
|
"version": "1.6.7",
|
||||||
"publisher": "yutent",
|
"publisher": "yutent",
|
||||||
"author": "Yutent [@yutent]",
|
"author": "Yutent [@yutent]",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -226,7 +226,7 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Tag Content String',
|
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: {
|
settings: {
|
||||||
foreground: '#546e7a'
|
foreground: '#546e7a'
|
||||||
}
|
}
|
||||||
|
|
|
@ -635,7 +635,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Tag Content String",
|
"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": {
|
"settings": {
|
||||||
"foreground": "#546e7a"
|
"foreground": "#546e7a"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue