summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to new test system.839/joente/thingsdbMatthäus G. Chajdas2021-03-054-0/+430
* Merge branch 'master' into 839/joente/thingsdbMatthäus G. Chajdas2021-03-051801-19846/+1131613
|\
| * use `id` not `name` for line anchors; (#1725)Cyker Way2021-03-052-4/+4
| * Update CHANGES.Matthäus G. Chajdas2021-03-051-0/+1
| * Rust: accept lone hashes as they can appear in macro argumentsGeorg Brandl2021-03-051-0/+5
| * Clarify hl_lines usage (fixes #959.)Matthäus G. Chajdas2021-03-051-1/+3
| * Fix #853.Matthäus G. Chajdas2021-03-052-2/+3
| * nitsGeorg Brandl2021-03-052-5/+5
| * Update CHANGES.Matthäus G. Chajdas2021-03-052-0/+14
| * Add formatter for Pango Markup (#1727)Philipp Imhof2021-03-054-0/+128
| * Update lists of operators/keywords in Julia and expand/refine highlighting (#...jmert2021-03-0514-11000/+3968
| * Fix typo in keywords of SquidConfLexer. (#1730)Sardorbek Imomaliev2021-03-031-1/+1
| * octave: also allow percent block commentsGeorg Brandl2021-03-012-2/+18
| * octave: add multiline commentsGeorg Brandl2021-03-012-7/+32
| * Rewrite Scala lexer for Scala 3 (#1694)Maxime Kjaer2021-03-0174-553/+6083
| * Fixes for C and C++ functions and namespaces (#1722)amitkummer2021-02-2716-185/+2006
| * Two updates for the Coq lexer (#1721)Maximilian Wuttke2021-02-231-2/+4
| * Fix link to graphviz project (#1716)Kamil Breguła2021-02-151-1/+1
| * minor formatting fixups for new lexersGeorg Brandl2021-02-145-14/+16
| * Update CHANGES post 2.8.0 release.Matthäus G. Chajdas2021-02-141-0/+4
| * Update setup.cfg.2.8.0Matthäus G. Chajdas2021-02-142-19/+19
| * Prepare 2.8.0 release.Matthäus G. Chajdas2021-02-141-1/+1
| * Fix various issues found by make check.Matthäus G. Chajdas2021-02-149-18/+29
| * Update CHANGES.Matthäus G. Chajdas2021-02-141-8/+35
| * Add futhark lexer (#1691)Philip Munksgaard2021-02-144-0/+366
| * Merge branch 'master' of https://github.com/pygments/pygmentsMatthäus G. Chajdas2021-02-1476-236/+6127
| |\
| | * RawToken{Formatter,Lexer}: support Python 3 and handle exceptions (#1602)Anders Kaseorg2021-02-144-24/+93
| | * image formatter supports background color (#1374)Hector Medina2021-02-141-6/+21
| | * Provide (all?) Matlab built-ins (#1705)Alex Povel2021-02-147-51/+2578
| | * Add CDDL lexer (Fix #1239) (#1379)Thomas Duboucher2021-02-146-0/+3237
| | * Fix/1698 lineos wrapping (#1701)Matthäus G. Chajdas2021-02-1252-132/+154
| | * Fix CBM BASIC V2 analyze text logic (#1607)Carlos Henrique Guardão Gandarez2021-02-124-17/+19
| | * fix ecl analyze text logic (#1610)Carlos Henrique Guardão Gandarez2021-02-122-2/+16
| | * LaTeX: avoid uneven baselines in case highlighting uses \fcolorbox (#1708)Jean-François B2021-02-121-2/+2
| | * Fix eiffel regex performance (#1658)Dave Brondsema2021-02-121-1/+1
| | * LaTeX: keep scope of \fboxsep local (#1709)Jean-François B2021-02-121-2/+2
| | * LaTeX: use \@namedef (refactoring) (#1710)Jean-François B2021-02-121-2/+1
| | * LaTeX: \catcode assignment should be terminated (#1711)Jean-François B2021-02-121-1/+2
| | * Updated _cocoa_builtins.py with types from iOS 14.4 SDK (#1703)Filip Němeček2021-02-121-10/+15
| * | Merge branch 'kurtmckee-issue-253-ruby-unicode'Matthäus G. Chajdas2021-02-143-17/+68
| |\ \ | | |/ | |/|
| | * Update expected output for Ruby.Matthäus G. Chajdas2021-02-141-14/+7
| | * Cleanup test_ruby after merge.Matthäus G. Chajdas2021-02-141-132/+1
| | * Merge branch 'issue-253-ruby-unicode' of https://github.com/kurtmckee/pygment...Matthäus G. Chajdas2021-02-142-3/+192
| | |\ | |/ /
| | * Rely on the regex engine's `\u1234` escape supportKurt McKee2020-09-051-7/+7
| | * Standardize the entire multi-line string to use no `r` string prefixesKurt McKee2020-09-041-2/+2
| | * Support Ruby method names and operator overrides, including UnicodeKurt McKee2020-09-042-5/+45
| * | Update Fortran test file.Matthäus G. Chajdas2021-02-121-34/+17
| * | Fotran lexer: detect keywords formed by two keywords without inter-word space...ecasglez2021-02-121-0/+3
| * | Supports single quote strings in AutoItLexer (#1667)trdean12021-02-083-0/+19
| * | Update CHANGES.Matthäus G. Chajdas2021-02-071-0/+1