index
:
delta/python-packages/pygments-git.git
2382-fix
661/ashsearle/phpclass
686/ximmm/css
704/kenzierocks/antlrv4
716/kemichal/eloquence
719/tatt61880/kuin
723/drhouck/cliterals
732/djrm0/gdscript
752/camoberg/yang
765/lgiordani/m68k
767/6wind/yang
769/mtreinish/openqasm
793/brytonhall/singularity
829/TheMartianLife/yarn
834/john-andrews/chisel
836/MaisaMilena/formality
839/joente/thingsdb
Anteru/issue1009
argparse
bug/angular-html
examplefiles
fix/1437
fix/1579
fix/1698-lineos-wrapping
improve-linenos-handling
master
py2removal
raw-alias
regex
release/2.8.x
stable
task/add-analyze-text
task/improve-crlf-handling
github.com: pygments/pygments.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pygments
/
formatters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean-up unused imports (#1887)
Mickaël Schoentgen
2021-08-23
3
-6
/
+0
*
Fix a few make check failures.
Matthäus G. Chajdas
2021-08-15
1
-2
/
+2
*
encode `str` into `bytes` for `_lookup_ctag` argument; (#1724)
Cyker Way
2021-05-02
1
-1
/
+1
*
Filename to <th> if linenos=table (fixes #1757) (#1759)
Andy Pearce
2021-03-28
1
-3
/
+14
*
Minted compatibility patch (#1737)
Jean-François B
2021-03-06
1
-6
/
+1
*
LaTeX: workaround minted incompatibility with Pygments 2.8.0 (#1735)
Jean-François B
2021-03-05
1
-0
/
+5
*
use `id` not `name` for line anchors; (#1725)
Cyker Way
2021-03-05
1
-2
/
+2
*
Clarify hl_lines usage (fixes #959.)
Matthäus G. Chajdas
2021-03-05
1
-1
/
+3
*
nits
Georg Brandl
2021-03-05
1
-1
/
+1
*
Update CHANGES.
Matthäus G. Chajdas
2021-03-05
1
-0
/
+2
*
Add formatter for Pango Markup (#1727)
Philipp Imhof
2021-03-05
2
-0
/
+82
*
Fix various issues found by make check.
Matthäus G. Chajdas
2021-02-14
1
-2
/
+4
*
RawToken{Formatter,Lexer}: support Python 3 and handle exceptions (#1602)
Anders Kaseorg
2021-02-14
1
-8
/
+6
*
image formatter supports background color (#1374)
Hector Medina
2021-02-14
1
-6
/
+21
*
Fix/1698 lineos wrapping (#1701)
Matthäus G. Chajdas
2021-02-12
1
-5
/
+10
*
LaTeX: avoid uneven baselines in case highlighting uses \fcolorbox (#1708)
Jean-François B
2021-02-12
1
-2
/
+2
*
LaTeX: keep scope of \fboxsep local (#1709)
Jean-François B
2021-02-12
1
-2
/
+2
*
LaTeX: use \@namedef (refactoring) (#1710)
Jean-François B
2021-02-12
1
-2
/
+1
*
LaTeX: \catcode assignment should be terminated (#1711)
Jean-François B
2021-02-12
1
-1
/
+2
*
Support anchored line numbers in inline mode (#1591)
Kevin Deldycke
2021-02-06
1
-2
/
+10
*
linenos support for terminal256 (#1674)
Jiamin Shen
2021-02-06
1
-1
/
+23
*
Run pyupgrade across codebase to modernize syntax and patterns (#1622)
Jon Dufresne
2021-01-17
12
-16
/
+4
*
Bump copyright year.
Matthäus G. Chajdas
2021-01-03
12
-14
/
+14
*
Revert a private API in the HTML formatter (#1655)
Kurt McKee
2020-12-30
1
-6
/
+9
*
ImgFormatter: Use the start position based on the length of text (#1611)
strawberry beach sandals
2020-11-28
1
-8
/
+20
*
Remove margin: 0 from <pre> styling.
Matthäus G. Chajdas
2020-10-28
1
-1
/
+1
*
Speed up JSON and reduce HTML formatter consumption (#1569)
Kurt McKee
2020-10-26
1
-17
/
+25
*
Speculative fix for #1579. (#1583)
Matthäus G. Chajdas
2020-10-24
1
-2
/
+2
*
Fix LatexEmbeddedLexer (#1517)
Eric Wieser
2020-09-30
1
-9
/
+42
*
image formatter: find ttc fonts on Mac
Georg Brandl
2020-09-20
1
-1
/
+2
*
all: remove "u" string prefix (#1536)
Georg Brandl
2020-09-08
4
-45
/
+45
*
all: use yield from (#1537)
Georg Brandl
2020-09-06
2
-12
/
+6
*
Update copyright year (fixes #1514.)
Matthäus G. Chajdas
2020-08-22
12
-14
/
+14
*
Improve HTML formatter output.
improve-linenos-handling
Matthäus G. Chajdas
2020-07-31
1
-4
/
+8
*
Fix Solarized line number colors (#1477)
Paweł Fertyk
2020-07-04
1
-91
/
+142
*
Improve font handling code.
Matthäus G. Chajdas
2020-03-03
1
-6
/
+9
*
Fix #1247 by looking up in both HKLM and HKCU.
Matthäus G. Chajdas
2020-03-02
1
-23
/
+32
*
Remove Python 2 compatibility (#1348)
Georg Brandl
2020-02-29
7
-32
/
+17
*
Update many links to use HTTPS and skip redirects
Kurt McKee
2019-12-18
1
-2
/
+2
*
Merge branch '582/joshuagryphon/svglinenos'
Matthäus G. Chajdas
2019-12-01
1
-3
/
+37
|
\
|
*
Right-align line numbers in the SVG formatter.
Matthäus G. Chajdas
2019-12-01
1
-3
/
+3
|
*
Merge branch 'master' into 582/joshuagryphon/svglinenos
Matthäus G. Chajdas
2019-12-01
1
-2
/
+2
|
|
\
|
*
|
svg formatter can now add configurable linenumbers
Joshua Griffin Dunn
2019-11-28
1
-3
/
+37
*
|
|
allow terminal256 formatter to show italics...
Kurt Neufeld
2019-12-01
1
-2
/
+12
|
|
/
|
/
|
*
|
use IOError reason in error message
Georg Brandl
2019-11-29
1
-2
/
+2
|
/
*
html formatter: lineseparator needs to be unicode
Georg Brandl
2019-11-26
1
-1
/
+1
*
Update project to use modern Python features and idioms
Jon Dufresne
2019-11-25
1
-2
/
+2
*
formatters.other: style/import fixups
Georg Brandl
2019-11-25
1
-1
/
+5
*
image formatter: actually respect "line_number_separator"
Georg Brandl
2019-11-24
1
-1
/
+2
*
Update TestcaseFormatter.
Matthäus G. Chajdas
2019-11-16
1
-2
/
+2
[next]