-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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里的加粗文字。 |