pygments-css

css files created from pygment's built-in styles

  • 所有者: richleland/pygments-css
  • 平台:
  • 许可证: The Unlicense
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

pygments-css

Pygments, a Python-based code highlighting tool, comes with a set of builtin styles (not css files) for code highlighting. You have to generate a CSS file using the command line.

You can generate these yourself, but this git repository has already generated them for you.

build

These css files were generated using pygmentize on the command line like so::

pygmentize -S default -f html -a .highlight > default.css

You can remove or change the top-level class by removing or modifying -a .highlight in the makefile.

To regenerate them all with whichever pygments version you are using, run

git clone <this repo>
cd pygments-css
make cssfiles

主要指标

概览
名称与所有者richleland/pygments-css
主编程语言CSS
编程语言CSS (语言数: 2)
平台
许可证The Unlicense
所有者活动
创建于2009-05-27 04:33:45
推送于2022-08-25 17:06:09
最后一次提交2017-03-30 18:33:12
发布数0
用户参与
星数1.1k
关注者数28
派生数380
提交数23
已启用问题?
问题数12
打开的问题数4
拉请求数8
打开的拉请求数3
关闭的拉请求数7
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?