Skip to content

Commit

Permalink
refactor(dict): { 高亮,高亮显示 => 醒目提示 }
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jan 23, 2023
1 parent 3c458dc commit 5b53726
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/static/synonym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ IP 位址,IP 地址
遞迴,递归
遮罩,掩码
部落格,博客
醒目提示,高亮,高亮显示
重新命名,重命名
重新導向,重定向
重新整理,刷新
Expand Down
2 changes: 2 additions & 0 deletions lib/static/table.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@
项目根目录|0x100000|0
驼峰拼写法|0x100000|0
骆驼拼写法|0x100000|0
高亮|0x100000|0
高亮显示|0x100000|0
高级语言|0x100000|0
15 changes: 15 additions & 0 deletions test/segment.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,21 @@ describe(`should include`, () => {
`action.Vcs.CherryPick.description=所选提交由不同的 VCS 跟踪`
],

[
`醒目提示`,
`options.general.color.descriptor.highlighted.folding.border=文本//包含高亮显示的折叠文本`
],

[
`醒目提示`,
`options.java.attribute.descriptor.inline.parameter.hint.highlighted=内联提示//参数//高亮`
],

[
`醒目提示`,
`group.customfiletype.syntax.highlighting=语法高亮显示`
],

]).sort((a, b) => {
return _comp(a[0], b[0])
}).forEach(text => {
Expand Down

0 comments on commit 5b53726

Please sign in to comment.