summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' into pillow92Matthäus G. Chajdas2022-08-156-102/+203
|\
| * CFamilyLexer: refuse quotes between parentheses for function definitions and ...Jean Abou-Samra2022-08-151-4/+4
| * Fix glitch found by regexlintJean Abou Samra2022-08-151-2/+2
| * Fortran: fix catastrophic backtrackingJean Abou Samra2022-08-151-2/+2
| * LilyPond: add 6 missing builtinsJean Abou Samra2022-08-151-72/+155
| * Disable highlighting of some escape codes for python bytes literals (#2204)LaurenceWarne2022-08-151-7/+20
| * Update Spice lexer (#2206)Marc Auberer2022-08-121-17/+19
| * cmdline: silently ignore ``BrokenPipeError``Georg Brandl2022-07-301-0/+3
* | formatters/img: use new API for bounding box for Pillow 9.2Georg Brandl2022-07-301-4/+8
|/
* abap: add missing SUBKEY keywordGeorg Brandl2022-07-301-1/+1
* Add GitHub's Dark Style (#2192)Aniket Teredesai2022-07-272-0/+108
* Register new style (#2183)flywire2022-07-2632-45/+4
* Fix some cases in JMESPath lexer (#2182)Álvaro Mondéjar2022-07-201-1/+8
* Update `Inform6Lexer` to Inform 6.40 (#2190)David Corbett2022-07-161-3/+14
* Nord theme (#2189)Mateus Furquim2022-07-152-0/+163
* Added COMAL-80 language highlight. (#2180)Marc Rintsch2022-07-152-0/+80
* Add StarOfficeStyle (#2168)flywire2022-07-152-0/+27
* Reconcile standard token discrepancies in docs and code (#2187)Andrew T. Biehl2022-07-151-0/+1
* Add lexer for JMESPath (#2175)Álvaro Mondéjar2022-07-052-0/+61
* PHP: fix `\"$var\"` inside strings (fixes #2105)Georg Brandl2022-06-301-9/+8
* Update dotnet.py with _obas aliases (#2170)flywire2022-06-292-2/+3
* Added cartouche handling for Isabelle lexer (#2159)Dacit2022-06-281-15/+17
* Add 1.18 generics support for go lexer (#2167)Shengyu Zhang2022-06-251-3/+4
* Matlab session: fix traceback when a line continuation ellipsis appears in th...Georg Brandl2022-06-231-1/+1
* Update Tera Term string handlingKurt McKee2022-06-211-15/+6
* Modify the Tera Term lexer so it outputs Text.Whitespace tokens correctlyKurt McKee2022-06-211-3/+3
* lilypond: fix Whitespace tokenGeorg Brandl2022-06-212-3/+2
* Merge branch 'patch-1' of https://github.com/SECtim/pygments into SECtim-patch-1Matthäus G. Chajdas2022-06-191-1/+1
|\
| * Allow C-style line comments to start anywhereSECtim2021-04-061-1/+1
* | terraform: accept leading whitespace for << heredoc delimGeorg Brandl2022-06-171-1/+1
* | configs: style fixesGeorg Brandl2022-06-171-4/+3
* | agda: allow ticks in module namesGeorg Brandl2022-06-171-10/+14
* | Update CHANGES (with added comment following up on previous commit)Jean Abou Samra2022-06-161-0/+2
* | Ada: fixing highlighting for Ada aspects (#2125)Gustavo A. Hoffmann2022-06-161-1/+1
* | Detect true-color terminal support for pygmentize (#2160)Micah Cochran2022-06-131-2/+4
* | coq: Add some common keywords and improve recognition of Set and qualified id...Xia Li-yao2022-06-111-5/+10
* | feat: add a new SqlJinjaLexer (#2148)Edgar R. M2022-06-052-1/+36
* | Switch from pkg_resources to importlib.metadata (#2155)Jean Abou-Samra2022-06-041-8/+27
* | tcl: accept variables in ${name} syntaxGeorg Brandl2022-06-041-2/+3
* | Remove filename pattern caches (#2153)Jean Abou-Samra2022-06-042-28/+8
* | Add FIXME to default code tags (#2150)Jean Abou-Samra2022-06-041-2/+5
* | Fix comments within function declarations in C (#1891) (#2140)lambda-karlculus2022-05-304-20/+37
* | Merge mapping file generation scripts (#2152)Jean Abou-Samra2022-05-292-124/+5
* | Fix make check (#2151)Jean Abou-Samra2022-05-291-2/+2
* | Add value modifier for Kotlin (#2142)Derek Ellis2022-05-201-1/+1
* | Update Macaulay2 lexer for version 1.20 (#2139)Doug Torrance2022-05-161-2/+31
* | Fix most warnings in Sphinx build (#2124)Jean Abou-Samra2022-05-133-25/+28
* | nim: types shouldn't be highlighted as keywords (#2136)Miran2022-05-121-6/+7
* | Improve heuristic to warn about passing lexer/formatter class (#2123)Jean Abou-Samra2022-05-121-7/+6
* | java multiline highlighting based on issue 1858 (#2132)VishalN72022-05-101-0/+6