Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
晚上好,
假设我在 pygments 中使用内置的 java 词法分析器来突出显示 sphinx 文档中代码块的语法。如何更改与 java lexer 关联的样式表。(即我想更改突出显示的单词的颜色)。
提前致谢!
只需将pygments_style设置指向您的自定义 pygments 样式类。另请参阅如何编写自定义 pygments 样式类。
理论上应该可行-尽管我自己还没有尝试过。
希望有帮助。