summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CHANGES.Anteru/issue1009Matthäus G. Chajdas2021-08-081-1/+1
* Merge branch 'scop-feat/ascii-armored'Matthäus G. Chajdas2021-08-086-0/+92
|\
| * Update CHANGES.Matthäus G. Chajdas2021-08-081-0/+1
| * Merge branch 'feat/ascii-armored' of https://github.com/scop/pygments into sc...Matthäus G. Chajdas2021-08-085-0/+91
| |\ |/ /
| * fix(asc): use Whitespace instead of Text for whitespaceVille Skyttä2021-05-182-14/+14
| * fix(AscLexer): mimetypes stray trailing commaVille Skyttä2021-05-182-2/+2
| * test(asc): add id_ecdsa example fileVille Skyttä2021-05-172-0/+38
| * docs(AscLexer): add versionaddedVille Skyttä2021-05-171-0/+2
| * feat(lexers): add ASCII armoredVille Skyttä2021-05-173-0/+51
* | Fix CHANGES.Matthäus G. Chajdas2021-08-081-29/+29
* | Update CHANGES.Matthäus G. Chajdas2021-08-081-1/+1
* | Added lexer for parsing GSQL files (#1866)DanBarkus2021-08-084-0/+1819
* | Merge branch 'cltrudeau-master'Matthäus G. Chajdas2021-08-085-6/+203
|\ \
| * | Update CHANGES.Matthäus G. Chajdas2021-08-081-0/+1
| * | Merge branch 'master' of https://github.com/cltrudeau/pygments into cltrudeau...Matthäus G. Chajdas2021-08-084-6/+202
| |\ \ |/ / /
| * | Changes from code review:Christopher Trudeau2021-06-214-9/+10
| * | Add JavaScript Node.js Console LexerChristopher Trudeau2021-05-294-4/+199
| |/
* | Update CHANGES.Matthäus G. Chajdas2021-08-082-5/+28
* | Added Smithy Lexer (#1878) (#1879)Immanuel Washington2021-08-086-0/+1653
* | 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-313-2/+41
* | Only allow tables at line start to fix arrays. (#1872)Erik Moqvist2021-07-312-60/+246
* | 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
* | Fix the Pocoo link in README (#1859)Sviatoslav Sydorenko2021-07-241-1/+1
* | Revert "Added GSQL lexer (#1809)"Matthäus G. Chajdas2021-07-184-1812/+0
* | Revert "Update golden test output for GSQL."Matthäus G. Chajdas2021-07-181-161/+161
* | Fix #1841.Matthäus G. Chajdas2021-07-183-4/+194
* | Update golden test output for GSQL.Matthäus G. Chajdas2021-07-181-161/+161
* | Remove test file with unclear license.Matthäus G. Chajdas2021-07-182-21682/+0
* | Add support for JSLT (#1821)João Abecasis2021-07-185-0/+180
* | Added GSQL lexer (#1809)DanBarkus2021-07-184-0/+1812
* | Update javascript lexer (#1814)Mestery2021-07-187-133/+263
* | 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-182-45/+50
* | Scala lexer: Add support for the '\' operator (#1857)Luka Peschke2021-07-091-1/+1
* | Fix FutureWarning for words() with "[" (#1854)Jean-Abou-Samra2021-07-062-1/+367
* | Support error locations in Python tracebacks (#1852)Jean-Abou-Samra2021-07-0615-9/+236
* | Improved Rust attributes (#1813)kaivol2021-06-252-8/+14
* | Update for Csound 6.16.0 (#1837)Nate Whetsell2021-06-202-16/+57
* | Use Whitespace for whitespace in Tcl.Matthäus G. Chajdas2021-06-203-41/+45
* | tcl lexer: no error for @ or , (#1834)Akuli2021-06-202-1/+132
* | Update CHANGES.Matthäus G. Chajdas2021-06-201-0/+2
* | Remove unicorn token types (fixes #1816.)Matthäus G. Chajdas2021-06-2011-111/+111
* | Add scripts/count_token_references.py to check for "unicorn" tokens. (#1819)Walter Dörwald2021-06-202-0/+269
* | Add procfile lexer (#1808)sblondon2021-06-207-1/+134
* | Use the correct whitespace token for the C family.Matthäus G. Chajdas2021-06-2049-31711/+31711
* | Fix CFamilyLexer preprocessor tokenization errors (#1830)Henrik Lievonen2021-06-2019-226/+913
* | Small updates to the meson lexer.Matthäus G. Chajdas2021-06-201-1/+3
* | Add Meson build language support (#1823)ldrumm2021-06-206-0/+457