summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* use IOError reason in error messageGeorg Brandl2019-11-292-4/+4
* various: style fixupsGeorg Brandl2019-11-293-22/+35
* update changelog, bump version to 2.5.2Georg Brandl2019-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
* Add terraform keywords module, data, output, and othersGeoffrey Grosenbach2019-11-281-18/+22
* update ModelicaLexerVitalij Ruge2019-11-281-2/+2
* recognize escapes in Matlab double quoted stringsGeorg Brandl2019-11-271-1/+1
* 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
* Bump version to 2.5.1.2.5.1Matthäus G. Chajdas2019-11-261-1/+1
* Bump version number.2.5.0Matthäus G. Chajdas2019-11-261-1/+1
* Merge pull request #1277 from jjatria/praat-interpolationMatthäus G. Chajdas2019-11-261-29/+37
|\
| * Improve detection of Praat interpolated variablesJosé Joaquín Atria2019-11-251-29/+37
* | Add Solidity lexer.Georg Brandl2019-11-262-0/+94
* | Python: recognize "f" string prefixGeorg Brandl2019-11-261-8/+10
* | 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
* | Add Notmuch lexerDaniel Santana2019-11-262-3/+89
* | 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-253-56/+147
* | Assume setuptools is availableJon Dufresne2019-11-251-0/+7
|/
* Fix #1253.Matthäus G. Chajdas2019-11-251-7/+23
* Update project to use modern Python features and idiomsJon Dufresne2019-11-2520-153/+153
* Add New Style: InkpotCampbell Barton2019-11-252-0/+69
* 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
* scdoc: add missing module docstringGeorg Brandl2019-11-251-0/+11
* Add Lexer for scdocStefan Tatschner2019-11-252-0/+60
* resource, robotframework: stop hogging the .txt extensionGeorg Brandl2019-11-254-4/+5
* formatters.other: style/import fixupsGeorg Brandl2019-11-251-1/+5
* Verilog: get rid of "uppercase is constant" highlightingGeorg Brandl2019-11-241-66/+60
* misc: fix synthesized tokens not using text_type (unicode)Georg Brandl2019-11-243-5/+5
* Python lexer: accept .jy filenamesGeorg Brandl2019-11-242-1/+3
* Java: make it less operator-heavyGeorg Brandl2019-11-241-3/+5
* Make Python3* lexers importable from "pygments.lexers" without begin in the m...Georg Brandl2019-11-241-1/+7
* Python lexers: make Python 3 the defaultGeorg Brandl2019-11-242-55/+82
* Python 3: add StopAsyncIteration exception (bitbucket PR #701)Georg Brandl2019-11-241-2/+3
* Matlab/etc: add missing word boundary to recognize function kw (bitbucket PR ...Georg Brandl2019-11-241-3/+3
* Elisp: add more string functions (bitbucket PR #841)Georg Brandl2019-11-241-2/+3
* Java: update URLGeorg Brandl2019-11-241-1/+1