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 21, 2024
1 parent 369bff7 commit 37b5ab2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Empty file added documents/font-style-rules.md
Empty file.
8 changes: 8 additions & 0 deletions documents/font-style-rules_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
总体规则框架是:
1,在Bold版本中,以下几种情况的关键字或符号设置为bold样式
a. 拥有创建、定义、声明含义,例如let, const, var;或形式类似的关键字,如import。
b. 布尔值 false true; 比较式结果是布尔值的符号 如 == > <; 条件判断 if esle if
c. 流程控制 for return export default.
d. 函数名, 箭头函数 =>
e. 其它在该编程语言中,比较重要的关键字,如 this debugger delete(js), !important(css), self (Python)
f. 在normal版本下也保持bold样式的特例:1,读取符号点. 2,markdown里的加粗文字。

0 comments on commit 37b5ab2

Please sign in to comment.