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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'master' into pillow92
Matthäus G. Chajdas
2022-08-15
6
-102
/
+203
|
\
|
*
CFamilyLexer: refuse quotes between parentheses for function definitions and ...
Jean Abou-Samra
2022-08-15
1
-4
/
+4
|
*
Fix glitch found by regexlint
Jean Abou Samra
2022-08-15
1
-2
/
+2
|
*
Fortran: fix catastrophic backtracking
Jean Abou Samra
2022-08-15
1
-2
/
+2
|
*
LilyPond: add 6 missing builtins
Jean Abou Samra
2022-08-15
1
-72
/
+155
|
*
Disable highlighting of some escape codes for python bytes literals (#2204)
LaurenceWarne
2022-08-15
1
-7
/
+20
|
*
Update Spice lexer (#2206)
Marc Auberer
2022-08-12
1
-17
/
+19
|
*
cmdline: silently ignore ``BrokenPipeError``
Georg Brandl
2022-07-30
1
-0
/
+3
*
|
formatters/img: use new API for bounding box for Pillow 9.2
Georg Brandl
2022-07-30
1
-4
/
+8
|
/
*
abap: add missing SUBKEY keyword
Georg Brandl
2022-07-30
1
-1
/
+1
*
Add GitHub's Dark Style (#2192)
Aniket Teredesai
2022-07-27
2
-0
/
+108
*
Register new style (#2183)
flywire
2022-07-26
32
-45
/
+4
*
Fix some cases in JMESPath lexer (#2182)
Álvaro Mondéjar
2022-07-20
1
-1
/
+8
*
Update `Inform6Lexer` to Inform 6.40 (#2190)
David Corbett
2022-07-16
1
-3
/
+14
*
Nord theme (#2189)
Mateus Furquim
2022-07-15
2
-0
/
+163
*
Added COMAL-80 language highlight. (#2180)
Marc Rintsch
2022-07-15
2
-0
/
+80
*
Add StarOfficeStyle (#2168)
flywire
2022-07-15
2
-0
/
+27
*
Reconcile standard token discrepancies in docs and code (#2187)
Andrew T. Biehl
2022-07-15
1
-0
/
+1
*
Add lexer for JMESPath (#2175)
Álvaro Mondéjar
2022-07-05
2
-0
/
+61
*
PHP: fix `\"$var\"` inside strings (fixes #2105)
Georg Brandl
2022-06-30
1
-9
/
+8
*
Update dotnet.py with _obas aliases (#2170)
flywire
2022-06-29
2
-2
/
+3
*
Added cartouche handling for Isabelle lexer (#2159)
Dacit
2022-06-28
1
-15
/
+17
*
Add 1.18 generics support for go lexer (#2167)
Shengyu Zhang
2022-06-25
1
-3
/
+4
*
Matlab session: fix traceback when a line continuation ellipsis appears in th...
Georg Brandl
2022-06-23
1
-1
/
+1
*
Update Tera Term string handling
Kurt McKee
2022-06-21
1
-15
/
+6
*
Modify the Tera Term lexer so it outputs Text.Whitespace tokens correctly
Kurt McKee
2022-06-21
1
-3
/
+3
*
lilypond: fix Whitespace token
Georg Brandl
2022-06-21
2
-3
/
+2
*
Merge branch 'patch-1' of https://github.com/SECtim/pygments into SECtim-patch-1
Matthäus G. Chajdas
2022-06-19
1
-1
/
+1
|
\
|
*
Allow C-style line comments to start anywhere
SECtim
2021-04-06
1
-1
/
+1
*
|
terraform: accept leading whitespace for << heredoc delim
Georg Brandl
2022-06-17
1
-1
/
+1
*
|
configs: style fixes
Georg Brandl
2022-06-17
1
-4
/
+3
*
|
agda: allow ticks in module names
Georg Brandl
2022-06-17
1
-10
/
+14
*
|
Update CHANGES (with added comment following up on previous commit)
Jean Abou Samra
2022-06-16
1
-0
/
+2
*
|
Ada: fixing highlighting for Ada aspects (#2125)
Gustavo A. Hoffmann
2022-06-16
1
-1
/
+1
*
|
Detect true-color terminal support for pygmentize (#2160)
Micah Cochran
2022-06-13
1
-2
/
+4
*
|
coq: Add some common keywords and improve recognition of Set and qualified id...
Xia Li-yao
2022-06-11
1
-5
/
+10
*
|
feat: add a new SqlJinjaLexer (#2148)
Edgar R. M
2022-06-05
2
-1
/
+36
*
|
Switch from pkg_resources to importlib.metadata (#2155)
Jean Abou-Samra
2022-06-04
1
-8
/
+27
*
|
tcl: accept variables in ${name} syntax
Georg Brandl
2022-06-04
1
-2
/
+3
*
|
Remove filename pattern caches (#2153)
Jean Abou-Samra
2022-06-04
2
-28
/
+8
*
|
Add FIXME to default code tags (#2150)
Jean Abou-Samra
2022-06-04
1
-2
/
+5
*
|
Fix comments within function declarations in C (#1891) (#2140)
lambda-karlculus
2022-05-30
4
-20
/
+37
*
|
Merge mapping file generation scripts (#2152)
Jean Abou-Samra
2022-05-29
2
-124
/
+5
*
|
Fix make check (#2151)
Jean Abou-Samra
2022-05-29
1
-2
/
+2
*
|
Add value modifier for Kotlin (#2142)
Derek Ellis
2022-05-20
1
-1
/
+1
*
|
Update Macaulay2 lexer for version 1.20 (#2139)
Doug Torrance
2022-05-16
1
-2
/
+31
*
|
Fix most warnings in Sphinx build (#2124)
Jean Abou-Samra
2022-05-13
3
-25
/
+28
*
|
nim: types shouldn't be highlighted as keywords (#2136)
Miran
2022-05-12
1
-6
/
+7
*
|
Improve heuristic to warn about passing lexer/formatter class (#2123)
Jean Abou-Samra
2022-05-12
1
-7
/
+6
*
|
java multiline highlighting based on issue 1858 (#2132)
VishalN7
2022-05-10
1
-0
/
+6
[prev]
[next]