updaye
parent
4cedbfb2f9
commit
6289d48d99
|
@ -1,7 +1,8 @@
|
|||
# 更新日志
|
||||
|
||||
## [1.6.4] 2022-03-16
|
||||
## [1.6.5] 2022-03-16
|
||||
- 修复jsx, tsx着色问题
|
||||
- 支持js`?.`
|
||||
- 增加对dart语言的字符串模板的着色支持
|
||||
|
||||
## [1.6.2] 2022-03-14
|
||||
|
|
|
@ -78,3 +78,7 @@ Build complete...
|
|||
Build complete...
|
||||
Build complete...
|
||||
Build complete...
|
||||
Build complete...
|
||||
Build complete...
|
||||
Build complete...
|
||||
Build complete...
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "one plain",
|
||||
"description": "🔥 米白色主题",
|
||||
"icon": "logo.png",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"publisher": "yutent",
|
||||
"author": "Yutent [@yutent]",
|
||||
"engines": {
|
||||
|
|
|
@ -58,8 +58,8 @@ module.exports = [
|
|||
scope: [
|
||||
'keyword.control',
|
||||
'meta.tag',
|
||||
'punctuation.accessor.js',
|
||||
'punctuation.accessor.ts',
|
||||
'punctuation.accessor',
|
||||
'punctuation.accessor.optional',
|
||||
'punctuation.definition.tag',
|
||||
'punctuation.separator.inheritance.php',
|
||||
'punctuation.definition.tag.html',
|
||||
|
|
|
@ -229,7 +229,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Operator, Misc",
|
||||
"scope": "keyword.control, meta.tag, punctuation.accessor.js, punctuation.accessor.ts, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution",
|
||||
"scope": "keyword.control, meta.tag, punctuation.accessor, punctuation.accessor.optional, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution",
|
||||
"settings": {
|
||||
"foreground": "#ff5370"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue