pull/6/head 1.1.1
宇天 2018-12-03 21:25:17 +08:00
parent 9c83d8c2ee
commit 0c310bcea9
4 changed files with 16 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# 更新日志
## [1.1.1] 2018-12-03
- 一点小细节调整
## [1.1.0] 2018-12-01
- 优化php和ts的语法高亮 [#1](https://github.com/yutent/one-plain/issues/1)
- 修复json的属性高亮异常

View File

@ -3,7 +3,7 @@
"displayName": "米白色主题",
"description": "🔥 米白色主题",
"icon": "logo.png",
"version": "1.1.0",
"version": "1.1.1",
"publisher": "yutent",
"author": "Yutent [@yutent]",
"engines": {
@ -26,7 +26,15 @@
]
},
"keywords": [
"theme, one, plain, one-plain"
"theme",
"one",
"plain",
"one plain",
"mi",
"color",
"light",
"one-plain",
"yutent"
],
"license": "MIT"
}

View File

@ -71,7 +71,7 @@ module.exports = [
'markup.inline.raw.string.markdown'
],
settings: {
foreground: '#90A4AE90'
foreground: '#90A4AE'
}
},
{

View File

@ -729,7 +729,7 @@
"name": "Markdown - Fenced Bode Block Variable",
"scope": "markup.fenced_code.block.markdown, markup.inline.raw.string.markdown",
"settings": {
"foreground": "#90A4AE90"
"foreground": "#90A4AE"
}
},
{