summaryrefslogtreecommitdiff
path: root/pygments/lexers
Commit message (Expand)AuthorAgeFilesLines
* Remove the alias for the RawTokenLexer.raw-aliasGeorg Brandl2020-12-242-2/+2
* fix inefficient regexes for guessing lexersGeorg Brandl2020-12-191-1/+1
* Limit recursion with nesting Ruby heredocsGeorg Brandl2020-12-172-4/+10
* Fix backtracking string regexes in JavascriptLexer und TypescriptLexer.Georg Brandl2020-12-171-5/+24
* fixes #1625: infinite loop in SML lexerGeorg Brandl2020-12-101-6/+6
* Unclosed script/style tag handling Fixes #1614 (#1615)Nick Gerner2020-12-051-0/+12
* testing turtle prefix names where reference starts with number (#1590)elf Pavlik2020-12-051-11/+51
* Update mapfiles and CHANGES.Matthäus G. Chajdas2020-12-051-1/+1
* Update jvm.py (#1587)Boris Kheyfets2020-12-051-1/+2
* 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
* shell: improve docstrings for the "session" type lexersGeorg Brandl2020-11-111-5/+10
* json: deprecate BareJsonObjectLexerGeorg Brandl2020-11-112-6/+10
* Fix a catastrophic backtracking bug in JavaLexer (#1594)Kurt McKee2020-11-091-1/+8
* Fix Mason regex.Matthäus G. Chajdas2020-11-081-3/+2
* Fix Mason regex.Matthäus G. Chajdas2020-11-081-1/+1
* fix closing tag for unnamed blocks on MasonLexer (#1592)Carlos Henrique Guardão Gandarez2020-11-081-1/+1
* removed \'{* ... *}\' as a django commentSean McElwain2020-10-301-1/+1
* MySQL: Tokenize quoted schema object names, and escape characters, uniquely (...Kurt McKee2020-10-271-9/+9
* Add 'some' Ada reserved word (#1581)Léo Germond2020-10-271-3/+3
* Speed up JSON and reduce HTML formatter consumption (#1569)Kurt McKee2020-10-261-85/+218
* TNTLexer: Don't crash on unexpected EOL. (#1570)Ken2020-10-141-54/+67
* llvm lexer: add freeze instruction and bfloat type (#1565)Nuno Lopes2020-10-061-11/+12
* Fix spelling mistakes - fixes #1562.Matthäus G. Chajdas2020-10-041-2/+2
* Add missing tokens to SPARQL lexer (#1559)Lucas Werkmeister2020-10-021-5/+5
* Add analyze_text to make make check happy. (#1549)Matthäus G. Chajdas2020-09-2326-6/+314
* python traceback lexer: fix custom exceptions without messageGeorg Brandl2020-09-191-1/+1
* fix regression in JSON lexer, bump to 2.7.12.7.1Georg Brandl2020-09-171-2/+2
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-0828-1168/+1165
* fennel: fixup string regexGeorg Brandl2020-09-071-1/+1
* Avoid catastrophic backtracking.Phil Hagelberg2020-09-071-1/+1
* Add support for # as lambda shorthand.Phil Hagelberg2020-09-071-0/+3
* Remove old python-2-style strings.Phil Hagelberg2020-09-071-17/+17
* Update Fennel keywords to catch up to version 0.6.0.Phil Hagelberg2020-09-071-10/+14
* all: revert changes of [a-zA-Z0-9_] to \wGeorg Brandl2020-09-0713-51/+52
* Update mapfilesGeorg Brandl2020-09-061-2/+2
* all: use argumentless super()Georg Brandl2020-09-0612-151/+81
* Add comment.Matthäus G. Chajdas2020-09-061-0/+3
* Overhaul Javascript numeric literals (#1534)Kurt McKee2020-09-061-5/+8
* Simplify regex.Matthäus G. Chajdas2020-09-061-1/+1
* Overhaul the MySQL lexer (#1527)Kurt McKee2020-09-062-56/+1435
* all: use yield from (#1537)Georg Brandl2020-09-0622-126/+74