summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update based on review feedback.argparseMatthäus G. Chajdas2021-01-231-5/+12
* cmdline: adapt the argparse help formatter to actually take terminal width in...Georg Brandl2021-01-221-1/+14
* cmdline: port to argparseGeorg Brandl2021-01-223-184/+177
* scripts: fix file headersGeorg Brandl2021-01-212-1/+11
* remove unused epydoc css fileGeorg Brandl2021-01-211-280/+0
* update manpage with -g, -N, -CGeorg Brandl2021-01-211-2/+20
* conftest: disallow error tokens in examplefilesGeorg Brandl2021-01-219-23/+31
* Rename "tests/lexers" to "tests/snippets" and update the contributionGeorg Brandl2021-01-20322-21/+32
* tests: code style fixupsGeorg Brandl2021-01-2015-121/+131
* fix check_sources: we dont have an encoding decl anymoreGeorg Brandl2021-01-201-21/+14
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-20963-2965/+1089478
* Replace tests that assert on token output with auto-updatable samples (#1649)Oleh Prypin2021-01-18363-7333/+7742
* Matlab class properties (#1466)Dan2021-01-182-68/+201
* update the mapMestery2021-01-181-1/+1
* add markdown to aliasesMestery2021-01-182-1/+2
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-17311-339/+26
* Fix for lexing Python raw f-strings with backslashes (#1683)Jeppe Dakin2021-01-172-5/+60
* Move setup.py to a declarative setup.cfg (#1621)Jon Dufresne2021-01-173-65/+68
* update changelogMestery2021-01-171-1/+1
* fix escape in TypeScript templates literalsMestery2021-01-171-2/+1
* debug_lexer: add Atheris fuzzer mode (for Google OSS-Fuzz)Georg Brandl2021-01-171-11/+50
* Added `pygmentize -C` option to guess a lexer from contentGeorg Brandl2021-01-173-2/+27
* Do not guess MIME or SQL without reasonGeorg Brandl2021-01-174-5/+2
* Make guessing prefer Python 3 lexerGeorg Brandl2021-01-172-5/+7
* Fix escapes in JavaScript backtick stringsGeorg Brandl2021-01-172-2/+3
* Bump version to 2.7.4.2.7.4Matthäus G. Chajdas2021-01-121-1/+1
* Update CHANGES.Matthäus G. Chajdas2021-01-121-1/+0
* Revert "Added dracula theme style (#1636)"Matthäus G. Chajdas2021-01-122-111/+0
* Prepare for 2.7.4 release.Matthäus G. Chajdas2021-01-121-5/+8
* doc: remove Perl 6 refGeorg Brandl2021-01-111-1/+0
* Fix several exponential/cubic complexity regexes found by Ben Caller/DoyensecGeorg Brandl2021-01-118-12/+14
* xquery: fix pop from empty stackGeorg Brandl2021-01-111-1/+2
* fix coding style in test_analyzer_lexerGeorg Brandl2021-01-111-22/+31
* Added 'ERROR STOP' to fortran.py keywords. (#1665)ecasglez2021-01-101-2/+2
* support added for css variables (#1633)zjeffer2021-01-101-0/+3
* (sql.py): fix errors in keywords (#1668)0xflotus2021-01-101-6/+6
* Add __END_LINE__ to Crystal syntax highlighting (#1670)Linda_pp2021-01-091-0/+1
* update pygments.rb URL to new home (#1669)Marat Radchenko2021-01-082-2/+2
* Prepare for 2.7.4 release.Matthäus G. Chajdas2021-01-061-109/+123
* Detect malformed closing tags as errors. (#1656)Catatonic2021-01-062-1/+36
* Fix #1582 -- invalid comment in Matlab example.Matthäus G. Chajdas2021-01-061-1/+1
* Markdown lexer improvements (#1623)Leistungsabfall2021-01-062-41/+115
* support indented entries in IniLexer (#1624)Leistungsabfall2021-01-042-1/+82
* Update Crystal lexer (#1650)Oleh Prypin2021-01-043-90/+282
* Fix Coq-related bug #678 (#1648)Maximilian Wuttke2021-01-042-3/+39
* Update CHANGES.Matthäus G. Chajdas2021-01-041-0/+1
* Merge branch 'master' of https://github.com/felixhao28/pygments into felixhao...Matthäus G. Chajdas2021-01-042-3/+25
|\
| * Update tests/test_javascript.pyFelix Hao2021-01-041-1/+1
| * add test_function_definitionYiyang Hao2020-08-241-1/+23
| * fix punctuation not labeled in function definition in TypeScriptYiyang Hao2020-08-161-1/+1