summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Address review feedback.fix/1437Matthäus G. Chajdas2021-09-061-5/+4
* Fix failing tests.Matthäus G. Chajdas2021-09-041-9/+5
* Allow printing lists as JSON.Matthäus G. Chajdas2021-09-041-4/+70
* Clean-up unused imports (#1887)Mickaël Schoentgen2021-08-2316-28/+9
* Improve checks. (#1884)Matthäus G. Chajdas2021-08-1711-13/+23
* Prepare 2.10.0 release.2.10.0Matthäus G. Chajdas2021-08-151-1/+1
* Fix a few make check failures.Matthäus G. Chajdas2021-08-154-5/+5
* Update mapfiles & CHANGES.Matthäus G. Chajdas2021-08-151-2/+2
* Add `pwsh` alias for “PowerShell” lexers (#1876)ExE Boss2021-08-151-2/+2
* Merge branch 'feat/ascii-armored' of https://github.com/scop/pygments into sc...Matthäus G. Chajdas2021-08-082-0/+52
|\
| * fix(asc): use Whitespace instead of Text for whitespaceVille Skyttä2021-05-181-4/+4
| * fix(AscLexer): mimetypes stray trailing commaVille Skyttä2021-05-182-2/+2
| * docs(AscLexer): add versionaddedVille Skyttä2021-05-171-0/+2
| * feat(lexers): add ASCII armoredVille Skyttä2021-05-172-0/+50
* | Added lexer for parsing GSQL files (#1866)DanBarkus2021-08-082-0/+93
* | Merge branch 'master' of https://github.com/cltrudeau/pygments into cltrudeau...Matthäus G. Chajdas2021-08-082-6/+70
|\ \
| * | Changes from code review:Christopher Trudeau2021-06-212-7/+8
| * | Add JavaScript Node.js Console LexerChristopher Trudeau2021-05-292-4/+67
| |/
* | Added Smithy Lexer (#1878) (#1879)Immanuel Washington2021-08-082-0/+80
* | Add numerical identifiers to LLVM label syntax (#1875)Bruce Collie2021-07-311-1/+2
* | Java: do not lex whitespace as Label, do not lex "default" as LabelGeorg Brandl2021-07-311-1/+3
* | Only allow tables at line start to fix arrays. (#1872)Erik Moqvist2021-07-311-2/+4
* | Fix #1573 (#1869)Andreas Bilke2021-07-271-1/+1
* | add min to analyse text for jasmin (#1619)Carlos Henrique Guardão Gandarez2021-07-241-1/+1
* | Revert "Added GSQL lexer (#1809)"Matthäus G. Chajdas2021-07-182-86/+0
* | Fix #1841.Matthäus G. Chajdas2021-07-181-4/+4
* | Add support for JSLT (#1821)João Abecasis2021-07-182-0/+95
* | Added GSQL lexer (#1809)DanBarkus2021-07-182-0/+86
* | Update javascript lexer (#1814)Mestery2021-07-182-123/+78
* | use ini lexer for systemd service files (#1849)Akuli2021-07-182-2/+8
* | Update Fennel lexer to include forms from latest version. (#1862)Phil Hagelberg2021-07-181-14/+17
* | Scala lexer: Add support for the '\' operator (#1857)Luka Peschke2021-07-091-1/+1
* | Fix FutureWarning for words() with "[" (#1854)Jean-Abou-Samra2021-07-061-1/+1
* | Support error locations in Python tracebacks (#1852)Jean-Abou-Samra2021-07-061-2/+16
* | Improved Rust attributes (#1813)kaivol2021-06-251-8/+2
* | Update for Csound 6.16.0 (#1837)Nate Whetsell2021-06-202-16/+57
* | Use Whitespace for whitespace in Tcl.Matthäus G. Chajdas2021-06-201-2/+2
* | tcl lexer: no error for @ or , (#1834)Akuli2021-06-201-1/+1
* | Remove unicorn token types (fixes #1816.)Matthäus G. Chajdas2021-06-206-11/+11
* | Add procfile lexer (#1808)sblondon2021-06-202-0/+44
* | Use the correct whitespace token for the C family.Matthäus G. Chajdas2021-06-201-3/+3
* | Fix CFamilyLexer preprocessor tokenization errors (#1830)Henrik Lievonen2021-06-201-1/+1
* | Small updates to the meson lexer.Matthäus G. Chajdas2021-06-201-1/+3
* | Add Meson build language support (#1823)ldrumm2021-06-202-0/+154
* | Added Swift concurrency keywords (#1842)Filip Němeček2021-06-201-2/+2
* | Rust: fix lexing of "break" and "continue"Georg Brandl2021-06-201-1/+1
* | Add lexers.specials.OutputLexer. (#1836)Walter Dörwald2021-06-072-2/+16
* | Correctly highlight multiline console input, even without PS2 prompt (#1833)Jesse Tan2021-06-041-4/+7
* | Add golang alias for the Go language (#1827)Situphen2021-05-312-2/+2
* | Update LLVM lexer to use keywords of LLVM 12.0. (#1824)Fraser Cormack2021-05-311-57/+84