Skip to content

Commit

Permalink
2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fisheva committed May 23, 2024
1 parent 0e418dd commit 9747bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documents/font-style-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The bold style is used to emphasize important keywords.

In both Bold and Italic Bold versions, the font style for keywords or symbols that need to be set to bold includes:
1. Keywords that create, define, or declare meanings, such as `let` `const` `var`; or similar forms, such as `import`.
1. Keywords that create, define, or declare meanings, such as `let` `const` `public` `static`; or similar forms, such as `import`.
2. Boolean values `false` `true`; comparison symbols such as `==` `===` `>` `<`; and conditional keywords like `if` `else if` `else`.
3. Flow control keywords such as `for` `return` `export default`.
4. Function names; Arrow function symbols `=>`.
Expand Down
2 changes: 1 addition & 1 deletion documents/font-style-rules_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EN: [font-style-rules.md](https://github.com/fisheva/Eva-Theme/blob/master/docum
bold样式用于增加关键字的醒目程度。

在 Bold 和 Italic Bold 版本中,字体样式要设为 bold 的关键字或符号有
1. 有创建、定义、声明含义,如 `let` `const` `var`;或形式类似的,如 `import`.
1. 有创建、定义、声明含义,如 `let` `const` `public` `static`;或形式类似的,如 `import`.
2. 布尔值 `false` `true`; 比较符号 如 `==` `===` `>` `<`; 条件语句 `if` `esle if` `else`.
3. 流程控制 如 `for` `return` `export default`.
4. 函数名; 箭头函数符号 `=>`.
Expand Down

0 comments on commit 9747bd4

Please sign in to comment.