summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the alias for the RawTokenLexer.raw-aliasGeorg Brandl2020-12-243-2/+5
* 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
* Fix test.Matthäus G. Chajdas2020-10-281-1/+1
* Remove margin: 0 from <pre> styling.Matthäus G. Chajdas2020-10-2834-34/+34
* MySQL: Tokenize quoted schema object names, and escape characters, uniquely (...Kurt McKee2020-10-273-18/+49
* 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-263-158/+423
* Prepare 2.7.2 release.2.7.2Matthäus G. Chajdas2020-10-242-2/+14
* Speculative fix for #1579. (#1583)Matthäus G. Chajdas2020-10-2434-104/+104
* TNTLexer: Don't crash on unexpected EOL. (#1570)Ken2020-10-143-54/+272
* Add Python 3.9 to CI builds.Matthäus G. Chajdas2020-10-061-1/+1
* Add Python 3.9 as a supported version (#1554)Kurt McKee2020-10-062-1/+2
* llvm lexer: add freeze instruction and bfloat type (#1565)Nuno Lopes2020-10-061-11/+12