summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into bug/angular-htmlbug/angular-htmlMatthäus G. Chajdas2020-09-0877-3746/+3639
|\
| * Update CHANGES.Matthäus G. Chajdas2020-09-081-1/+1
| * all: remove "u" string prefix (#1536)Georg Brandl2020-09-0876-3745/+3632
| * Update CHANGES.Matthäus G. Chajdas2020-09-081-2/+8
* | Skip empty tokens in some cases.Matthäus G. Chajdas2020-09-083-2/+3
* | Merge branch 'master' into bug/angular-htmlMatthäus G. Chajdas2020-09-08383-2049/+4823
|\ \ | |/
| * 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-072-54/+104
| * 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-0613-152/+82
| * Add comment.Matthäus G. Chajdas2020-09-061-0/+3
| * Overhaul Javascript numeric literals (#1534)Kurt McKee2020-09-063-75/+162
| * Simplify regex.Matthäus G. Chajdas2020-09-061-1/+1
| * Overhaul the MySQL lexer (#1527)Kurt McKee2020-09-065-57/+1817
| * all: use yield from (#1537)Georg Brandl2020-09-0629-164/+93
| * CI: add regexlint runGeorg Brandl2020-09-062-2/+14
| * update changelogGeorg Brandl2020-09-061-0/+4
| * all: fixup some file headersGeorg Brandl2020-09-068-52/+50
| * all: fixup remaining regexlint warningsGeorg Brandl2020-09-0646-333/+338
| * angular2: fix missing bygroups() assignmentGeorg Brandl2020-09-061-2/+2
| * Merge pull request #1530 from btashton/arm-gasGeorg Brandl2020-09-061-1/+1
| |\
| | * Add support for ARM constant notation in GAS lexerBrennan Ashton2020-09-021-1/+1
| * | Remove Python 2 environments from the tox environment list (py27, pypy) (#1532)Kurt McKee2020-09-041-1/+1
| * | Add lexer for PsySH console for PHP (#1438)Ben Ramsey2020-09-043-4/+105
| * | Update CHANGES and language list.Matthäus G. Chajdas2020-09-032-3/+18
| |/
| * demo: rebuild WASM with every pushGeorg Brandl2020-09-014-9/+10
| * demo: show Pygments version in useGeorg Brandl2020-09-012-0/+4
| * changelog: fix markupGeorg Brandl2020-09-011-1/+1
| * more explicitly define escape sequencies in JsonLexer (fix #1065) (#1528)Nick Gerner2020-08-312-2/+30
| * Merge pull request #1521 from rugk/patch-1Georg Brandl2020-08-241-2/+2
| |\
| | * Make group optionalrugk2020-08-231-2/+2
| | * Fix HttpLexer to allow 2.0rugk2020-08-231-2/+2
| * | Spell out that we want lexers in separate files.Matthäus G. Chajdas2020-08-231-1/+5
| * | docs: clarify cmdline invocation in lexer dev sectionGeorg Brandl2020-08-231-3/+6
| |/
| * Fix cmake header (#1491)Thomas Aglassinger2020-08-232-1/+35
| * Add lexer for Pointless (#1494)Avery N. Nortonsmith2020-08-235-0/+103
| * Fix #1502.Matthäus G. Chajdas2020-08-221-4/+5
| * Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-22281-285/+285
| * Update CHANGES.Matthäus G. Chajdas2020-08-221-0/+4
| * Merge pull request #1480 from Noordsestern/Noordsestern-robotframework-tasks-...Matthäus G. Chajdas2020-08-221-3/+4
| |\
| | * typoNoordsestern2020-06-151-1/+1
| | * adding *task* to settings sectionNoordsestern2020-06-151-3/+3
| | * add new tables *tasks* and *task*Noordsestern2020-06-151-0/+1
| * | Merge pull request #1500 from pygments/improve-linenos-handlingMatthäus G. Chajdas2020-08-2265-836/+712
| |\ \
| | * | Improve HTML formatter output.improve-linenos-handlingMatthäus G. Chajdas2020-07-3165-836/+712