summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* move pyodide artifacts to separate repoGeorg Brandl2019-11-259-449/+7
* scdoc: add missing module docstringGeorg Brandl2019-11-251-0/+11
* Add Lexer for scdocStefan Tatschner2019-11-253-0/+257
* tests: set STORE_OUTPUT to false and explain itGeorg Brandl2019-11-251-1/+4
* 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-243-1/+4
* Java: make it less operator-heavyGeorg Brandl2019-11-243-10/+14
* doc/faq: add Spyder to users listGeorg Brandl2019-11-241-2/+3
* Small readme overhaulsGeorg Brandl2019-11-241-9/+13
* Merge pull request #1265 from jdufresne/pythonsMatthäus G. Chajdas2019-11-243-2/+5
|\
| * Document and test all supported Python versionsJon Dufresne2019-11-243-2/+5
* | Remove deprecated license_file from setup.cfgJon Dufresne2019-11-241-3/+0
* | 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-244-56/+88
* | GitHub workflow: restructure steps, so that make test is in its own "dropdown...Georg Brandl2019-11-241-4/+3
|/
* Update changelogGeorg Brandl2019-11-241-0/+11
* 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
* Add license file to wheel builds (bitbucket PR #737)Georg Brandl2019-11-241-0/+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