summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* add Singularity lexer793/brytonhall/singularityBryton Hall2019-11-272-2/+36
* 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
* Java: support "var" contextual keyword (bitbucket PR #742)Georg Brandl2019-11-241-0/+5
* Ruby: support squiggly heredocs (bitbucket PR #729)Georg Brandl2019-11-241-5/+5
* Dart: add support for annotations (bitbucket PR #733)Georg Brandl2019-11-241-0/+1
* monokai style: fix Generic.Output/Generic.Prompt colors (bitbucket PR #835)Georg Brandl2019-11-241-2/+3
* GAS: accept registers in directive args (bitbucket PR #739)Georg Brandl2019-11-241-1/+3
* Dockerfile: accept FROM...AS syntax (bitbucket PR #810)Georg Brandl2019-11-241-2/+4
* mql builtins: missing comma (bitbucket PR #837)Georg Brandl2019-11-241-1/+1
* Velocity: add silent reference syntax (bitbucket PR #771)Georg Brandl2019-11-241-3/+3