【发布时间】:2021-09-23 07:05:02
【问题描述】:
在网站https://jgthms.com/web-design-in-4-minutes/(由https://github.com/jgthms/web-design-in-4-minutes 构建)上,代码 sn-ps 的突出显示是通过在 CSS 中赋予颜色的 span 元素完成的:
.keyword {
color: #ab7967;
}
.unit {
color: #fac863;
}
.attribute {
color: #5fb3b3;
}
.number {
color: #f99157;
}
是否有公开可用的 CSS 文件允许像这样为常见编程语言(Python、C++、Javascript)突出显示代码?
【问题讨论】:
标签: css frontend syntax-highlighting