summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Bump copyright year.Matthäus G. Chajdas2021-01-03304-308/+308
* | Update keywords for JS and its variants (#1651)Mestery2021-01-021-37/+35
* | Revert a private API in the HTML formatter (#1655)Kurt McKee2020-12-301-6/+9
* | Fix #1652.Matthäus G. Chajdas2020-12-292-1/+2
* | re-alphabetize AUTHORSGeorg Brandl2020-12-281-1/+1
* | add my name on AUTHORS (#1611)15b32020-12-281-0/+1
* | add some changelogsGeorg Brandl2020-12-281-0/+2
* | feat: added 'ONLY' to fortran.py Keywords0xflotus2020-12-281-3/+3
* | add support for LiveScript and CoffeeScriptMestery2020-12-281-4/+4
* | Fix regexs to support somes flagsMestery2020-12-281-4/+4
* | Merge github.com:mathiasertl/pygmentsGeorg Brandl2020-12-283-5/+27
|\ \
| * | add tests to illustrate problem discussed in PR #1645Mathias Ertl2020-12-261-0/+25
| * | consider trailing whitespace a part of the prompt, making copy/paste more str...Mathias Ertl2020-12-252-6/+4
* | | do_insertions: do not emit empty tokensGeorg Brandl2020-12-284-23/+10
|/ /
* | Restore timing stats in test_examplefiles, and cut down USD file.Georg Brandl2020-12-252-56/+16
* | all: weed out more backtracking string regexesGeorg Brandl2020-12-2526-110/+108
* | fix a lot more backtracking string regexesGeorg Brandl2020-12-2511-72/+42
* | sarl: fix indentationGeorg Brandl2020-12-251-51/+56
* | debug_lexer: add an option to utf8-decode input with "ignore" handler (useful...Georg Brandl2020-12-251-4/+14
* | Added dracula theme style (#1636)Daniel Vilar2020-12-242-0/+111
* | Fix backtracking Modula2 string regexes.Georg Brandl2020-12-242-3/+16
* | Fix raw token lexer w.r.t. Unicode.Georg Brandl2020-12-242-18/+19
* | fix oversightGeorg Brandl2020-12-191-1/+1
* | fix inefficient regexes for guessing lexersGeorg Brandl2020-12-193-3/+2
* | scripts/debug_lexer: allow guessing from contentGeorg Brandl2020-12-191-8/+23