master
yutent 2022-03-17 15:00:21 +08:00
parent 4cedbfb2f9
commit 6289d48d99
5 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,8 @@
# 更新日志 # 更新日志
## [1.6.4] 2022-03-16 ## [1.6.5] 2022-03-16
- 修复jsx, tsx着色问题 - 修复jsx, tsx着色问题
- 支持js`?.`
- 增加对dart语言的字符串模板的着色支持 - 增加对dart语言的字符串模板的着色支持
## [1.6.2] 2022-03-14 ## [1.6.2] 2022-03-14

View File

@ -78,3 +78,7 @@ Build complete...
Build complete... Build complete...
Build complete... Build complete...
Build complete... Build complete...
Build complete...
Build complete...
Build complete...
Build complete...

View File

@ -3,7 +3,7 @@
"displayName": "one plain", "displayName": "one plain",
"description": "🔥 米白色主题", "description": "🔥 米白色主题",
"icon": "logo.png", "icon": "logo.png",
"version": "1.6.4", "version": "1.6.5",
"publisher": "yutent", "publisher": "yutent",
"author": "Yutent [@yutent]", "author": "Yutent [@yutent]",
"engines": { "engines": {

View File

@ -58,8 +58,8 @@ module.exports = [
scope: [ scope: [
'keyword.control', 'keyword.control',
'meta.tag', 'meta.tag',
'punctuation.accessor.js', 'punctuation.accessor',
'punctuation.accessor.ts', 'punctuation.accessor.optional',
'punctuation.definition.tag', 'punctuation.definition.tag',
'punctuation.separator.inheritance.php', 'punctuation.separator.inheritance.php',
'punctuation.definition.tag.html', 'punctuation.definition.tag.html',

View File

@ -229,7 +229,7 @@
}, },
{ {
"name": "Operator, Misc", "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": { "settings": {
"foreground": "#ff5370" "foreground": "#ff5370"
} }