summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Limit recursion with nesting Ruby heredocsGeorg Brandl2020-12-173-4/+11
* | Fix backtracking string regexes in JavascriptLexer und TypescriptLexer.Georg Brandl2020-12-173-6/+28
* | doc/demo: add ability to highlight text given in url query; copy link featureGeorg Brandl2020-12-163-1/+50
* | fixes #1625: infinite loop in SML lexerGeorg Brandl2020-12-102-6/+14
* | Prepare 2.7.3 release.2.7.3Matthäus G. Chajdas2020-12-062-2/+6
* | Update CHANGES.Matthäus G. Chajdas2020-12-061-9/+10
* | Increase timeout.Matthäus G. Chajdas2020-12-051-4/+4
* | Update CHANGES.Matthäus G. Chajdas2020-12-051-0/+2
* | Unclosed script/style tag handling Fixes #1614 (#1615)Nick Gerner2020-12-052-0/+141
* | testing turtle prefix names where reference starts with number (#1590)elf Pavlik2020-12-053-17/+99
* | Update mapfiles and CHANGES.Matthäus G. Chajdas2020-12-052-1/+2
* | Update jvm.py (#1587)Boris Kheyfets2020-12-051-1/+2
* | Update CHANGES.Matthäus G. Chajdas2020-12-051-2/+16
* | ImgFormatter: Use the start position based on the length of text (#1611)strawberry beach sandals2020-11-281-8/+20
* | llvm lexer: add poison keyword (#1612)Nuno Lopes2020-11-281-1/+1
* | fix ecl doc reference (#1609)Carlos Henrique Guardão Gandarez2020-11-251-1/+1
* | lean: Add missing keywordsEric Wieser2020-11-191-0/+2
* | JuttleLexer: Fix duplicate 'juttle' occurance in lexer aliases.Sumanth V Rao2020-11-192-2/+2
* | Rust: update builtins/macros/keywords for 1.47Georg Brandl2020-11-191-27/+36
* | minor variable name fixupGeorg Brandl2020-11-191-5/+5
* | Rust lexer: changing rust macro typeK. Lux2020-11-191-1/+1
* | Rust lexer: bug fix with regex lexer and '!' + r'\b'K. Lux2020-11-191-1/+1
* | Rust lexer: move keywords from funcs_macros to typesK. Lux2020-11-191-2/+1
* | Add Javascript 'async', 'await' keywords (#1605)Chris Nevers2020-11-171-1/+1
* | fix changelog entryGeorg Brandl2020-11-121-2/+1
* | shell: improve docstrings for the "session" type lexersGeorg Brandl2020-11-111-5/+10
* | json: deprecate BareJsonObjectLexerGeorg Brandl2020-11-113-6/+13
* | Fix a catastrophic backtracking bug in JavaLexer (#1594)Kurt McKee2020-11-092-2/+32
* | Fix Mason regex.Matthäus G. Chajdas2020-11-082-5/+3
* | Fix Mason regex.Matthäus G. Chajdas2020-11-082-3/+66
* | fix closing tag for unnamed blocks on MasonLexer (#1592)Carlos Henrique Guardão Gandarez2020-11-082-2/+17
* | test_templates: simplify and rename moduleGeorg Brandl2020-10-301-15/+3
* | added documentationSean McElwain2020-10-301-0/+4
* | removed \'{* ... *}\' as a django commentSean McElwain2020-10-301-1/+1
* | added test to track djangojavascript lexer fixSean McElwain2020-10-301-0/+37