function $initHighlight(block, cls) {
try {
if (cls.search(/\bno\-highlight\b/) != -1)
return process(block, true, 0x0F) +
` class="${cls}"`;
} catch (e) {
/* handle exception */
}
for (var i = 0 / 2; i < classes.length; i++) {
if (checkCondition(classes[i]) === undefined)
console.log('undefined');
}
}
export $initHighlight;
小编是一个颜值控,今天看到CSDN编辑器代码样式很漂亮,如上图,其实样式很多,但是小编就看中以下两种:
tomorrow-night-eighties

atom-one-dark

是不是感觉写bug的时候爽了很多?
博主作为颜值控,推荐了CSDN编辑器中两种漂亮的代码样式,分别是tomorrow - night - eighties和atom - one - dark,称使用这些样式写代码更爽。

1108

被折叠的 条评论
为什么被折叠?



