summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update MANIFEST: no pygmentize, no TODO anymore2.5.2Georg Brandl2019-11-291-2/+1
* remove outdated todo list; todos should be in the issue trackerGeorg Brandl2019-11-291-12/+0
* check_sources: handle empty .py filesGeorg Brandl2019-11-291-0/+3
* use IOError reason in error messageGeorg Brandl2019-11-292-4/+4
* various: style fixupsGeorg Brandl2019-11-294-22/+43
* remove empty fileGeorg Brandl2019-11-291-0/+0
* update changelog, bump version to 2.5.2Georg Brandl2019-11-293-3/+13
* Ensure `setup.py` works againPaolo G. Giarrusso2019-11-291-1/+1
* Fix issue #1264: tweak patterns for regex and double-quoted strings for perfo...Ash Searle2019-11-291-3/+3
* Same treatment for `forSome`Paolo G. Giarrusso2019-11-291-2/+2
* Only highlight `type` as a whole wordPaolo G. Giarrusso2019-11-291-2/+2
* Fix #972: Resurrect patch from bug trackerPaolo G. Giarrusso2019-11-291-6/+11
* Fix unicode characterFaustino Aguilar2019-11-281-2/+2
* Update test.cr to match latest crystal syntaxFaustino Aguilar2019-11-281-560/+246
* Add terraform keywords module, data, output, and othersGeoffrey Grosenbach2019-11-282-80/+100
* update ModelicaLexerVitalij Ruge2019-11-281-2/+2
* recognize escapes in Matlab double quoted stringsGeorg Brandl2019-11-272-1/+7
* sql: style fixesGeorg Brandl2019-11-271-89/+104
* Fixes #1124Jan Siqueira2019-11-271-0/+2
* MATLAB allows keywords to be used as field names.Antony Lee2019-11-271-5/+8
* reStructuredText: highlight only field list markersEric Knibbe2019-11-271-4/+3
* Reserve new version in CHANGES.Matthäus G. Chajdas2019-11-261-0/+4
* Bump version to 2.5.1.2.5.1Matthäus G. Chajdas2019-11-263-2/+5
* Merge pull request #1283 from pygments/fix/1280Matthäus G. Chajdas2019-11-261-1/+1
|\
| * Exclude tests from distribution.Matthäus G. Chajdas2019-11-261-1/+1
|/
* Reserve new version in CHANGES.Matthäus G. Chajdas2019-11-261-0/+3
* Bump version number.2.5.0Matthäus G. Chajdas2019-11-262-2/+2
* Update docs for 2.5 release.Matthäus G. Chajdas2019-11-262-18/+31
* Merge pull request #1277 from jjatria/praat-interpolationMatthäus G. Chajdas2019-11-263-41/+183
|\
| * Improve detection of Praat interpolated variablesJosé Joaquín Atria2019-11-253-41/+183
* | Add Solidity lexer.Georg Brandl2019-11-264-0/+169
* | Python: recognize "f" string prefixGeorg Brandl2019-11-262-8/+11
* | html formatter: lineseparator needs to be unicodeGeorg Brandl2019-11-261-1/+1
* | Juttle: style fixesGeorg Brandl2019-11-261-7/+14
* | Python: make Python3 rules standaloneGeorg Brandl2019-11-261-231/+303
* | Python: make "python" shebang match Python 3Georg Brandl2019-11-261-2/+2
* | Update changelogGeorg Brandl2019-11-261-1/+7
* | Add Notmuch lexerDaniel Santana2019-11-263-3/+104
* | Set BroLexer = ZeekLexerJon Siwek2019-11-252-15/+5
* | Simplify/improve ZeekLexer patternsJon Siwek2019-11-252-29/+30
* | Fix typo in ZeekLexer commentJon Siwek2019-11-251-1/+1
* | Add Zeek lexer based on the Bro lexerJon Siwek2019-11-255-56/+329
* | Assume setuptools is availableJon Dufresne2019-11-252-28/+5
* | autopygmentize: various improvements and fixesReuben Thomas2019-11-251-23/+29
|/
* Fix #1253.Matthäus G. Chajdas2019-11-253-8/+42
* Update project to use modern Python features and idiomsJon Dufresne2019-11-2521-154/+154
* Add New Style: InkpotCampbell Barton2019-11-253-0/+73
* Update Logtalk lexer for the latest language specificationPaulo Moura2019-11-251-23/+24
* MATLAB: Recognize command form.Antony Lee2019-11-251-8/+23
* MATLAB: improve detection and float boundaries.Antony Lee2019-11-251-6/+14