summaryrefslogtreecommitdiff
path: root/docs/modules/syntax-highlighting/pages/pygments.adoc
AgeCommit message (Collapse)Author
2023-05-29remove explicit source style in docs when not neededDan Allen
2023-05-17fix cases when source style is missing on literal block in docsDan Allen
2022-08-22proofread documentation (PR #4336)Guillaume Grossetie
2021-08-29show linenums as option instead of positional attribute in docsDan Allen
2021-07-29document that the Pygments installation can be set in a custom adapter that ↵Dan Allen
extends the built-in adapter for Pygments
2021-07-29use consistent style for section titles in docs module for syntax highlightingDan Allen
2021-03-24resolves #3969 add support for using pygments.rb 2.x when ↵Marat Radchenko
source-highlighter=pygments * allow pygments.rb 2.x to be used as alternative to pygments.rb 1.x and document this support * use a single regular expression to rewrite the lineno spans independent of Pygments version * run tests against pygments.rb 2.x in addition to pygments.rb 1.x * update docs about Pygments timeout to be clear it only applies to pygments.rb 1.x * update test description that checks for lineno spans
2020-12-08switch fenced code blocks to AsciiDoc source blocks and always set languageDan Allen
2020-12-08rename source-highlighters module to syntax-highlightingDan Allen