summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
...
* | Prepare 2.7.3 release.2.7.3Matthäus G. Chajdas2020-12-061-1/+1
* | 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
* | 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
* | 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
* | Remove margin: 0 from <pre> styling.Matthäus G. Chajdas2020-10-281-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-262-102/+243
* | Prepare 2.7.2 release.2.7.2Matthäus G. Chajdas2020-10-241-1/+1
* | Speculative fix for #1579. (#1583)Matthäus G. Chajdas2020-10-241-2/+2
* | 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
* | Fix LatexEmbeddedLexer (#1517)Eric Wieser2020-09-301-9/+42
* | Add analyze_text to make make check happy. (#1549)Matthäus G. Chajdas2020-09-2326-6/+314
* | Grammar correction 'an generator' -> 'a generator'zkneupper2020-09-231-1/+1
* | image formatter: find ttc fonts on MacGeorg Brandl2020-09-201-1/+2
* | 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-172-3/+3
* | Preparing 2.7.0 release.2.7.0Matthäus G. Chajdas2020-09-121-1/+1
* | all: remove "u" string prefix (#1536)Georg Brandl2020-09-0837-1932/+1828
* | Fix a Windows/PyPy3 test failure (#1533)Kurt McKee2020-09-071-1/+8
* | 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