Skip to content

Commit 6d5def0

Browse files
committed
update rules
1 parent dcf2ee8 commit 6d5def0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/highlight.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@
8181
"最小", "最大", "最少", "最多", "最短", "最长", "最早", "最晚", "最后", "第一", // todo regex 最...
8282
"至少", "至多", "恰好",
8383
"非空", "连续", "子数组", "子区间", "区间", "子序列", "子字符串", "子串",
84-
"严格", "递增", "递减", "升序", "降序", "字典序",
84+
"严格", /*"递增",*/ "递减", "升序", "降序", "字典序",
8585
"重复", "重新", "相邻",
8686
"小写", "大写", "回文",
8787
"排列",
8888
"叶子", "叶节点",
8989
"单向", "双向",
90-
"返回", "计算",
90+
// "返回", "计算",
9191
];
9292

9393
const tags = ['p', 'li'];

0 commit comments

Comments
 (0)