summaryrefslogtreecommitdiff
path: root/lib/asciidoctor/pdf/ext/pygments.rb
AgeCommit message (Expand)Author
2022-01-19resolves #1990 handle uppercase characters in character references (PR #1991)Dan White
2021-03-20use more definitive scan to find color properties in Pygments CSSDan Allen
2020-11-16core now loads the syntax highlighter, so only load the extensions if necessaryDan Allen
2020-09-06fix crash when Pygments style is not recognized; fall back to pastie styleDan Allen
2020-07-16upgrade Rubocop and update code according to new rulesDan Allen
2019-12-24resolves #1444 implement line highlighting for source blocks when using Pygme...Dan Allen
2019-12-24no need to upcase color in pygments styles extractorDan Allen
2019-12-24resolves #1441 use font color from pygments style for unhighlighted text (PR ...Dan Allen