Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New docs + website using Sphinx. | Georg Brandl | 2014-01-18 | 23 | -3161/+0 |
| | |||||
* | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 1 | -13/+25 |
| | |||||
* | manual prettifying and small fixes after futurize run | Georg Brandl | 2014-01-18 | 1 | -0/+1 |
| | |||||
* | futurizing: move to print_function and "except X as Y" syntax | Georg Brandl | 2014-01-18 | 1 | -5/+6 |
| | |||||
* | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | In "Builtin Components", put Filters before Formatters (make docs match the ↵ | Zearin | 2013-07-18 | 1 | -2/+2 |
| | | | | order of pygments' pipeline) | ||||
* | Simplified adding and testing a new lexer by referring to the Makefile. | Thomas Aglassinger | 2013-04-02 | 1 | -16/+7 |
| | |||||
* | * Fixed broken sourcode directives. | Thomas Aglassinger | 2013-04-01 | 1 | -9/+9 |
| | | | | * Cleaned up typos and wording. | ||||
* | Added a section on adding a new lexer and testing it. | Thomas Aglassinger | 2013-04-01 | 1 | -0/+61 |
| | |||||
* | Fix typo | tmortagne | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Syntax fixes for Java doc. | Georg Brandl | 2013-01-09 | 4 | -8/+17 |
| | |||||
* | Add tutorial to use Pygments in Java | tmortagne | 2013-01-07 | 2 | -0/+66 |
| | |||||
* | Fix doc build with underscores in filename patterns.1.5 | Georg Brandl | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Merge pygments-main with pygments-tim | Tim Hatch | 2012-02-27 | 1 | -1/+1 |
|\ | |||||
| * | Merge pygments-main with pygments-tim | Tim Hatch | 2012-01-03 | 1 | -1/+1 |
| |\ | |||||
| | * | Bulk changes to improve many lexers inner workings | Tim Hatch | 2011-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on a suspicion that most examplefiles only exercise a small part of the lexers, I've written some code to find suspicious parts of regular expressions, then gone back over those to fix them. Most of these affect whether the regex does what it looks like it does, but none of them should appreciably change the function of the lexer. * a few cases which used capturing groups + bygroups incorrectly (most were harmless, but I think one could have generated a traceback in its previous state) * a few cases which could match empty string, without a callback (this is highly discouraged, because if an op doesn't consume any characters, it might be possible to enter an empty loop). I'll revisit individually the cases where a callback or state push is used. * many cases with embedded newlines in non-verbose regexes * many, many cases with reversed (else|elseif) style alternations | ||||
* | | | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
|/ / | |||||
* | | Fixed some typos in the docs. | Kashif Rasul | 2011-08-12 | 2 | -2/+2 |
| | | |||||
* | | Fix current copyright year. | Georg Brandl | 2011-07-09 | 1 | -1/+1 |
|/ | |||||
* | Remove dead link. | Georg Brandl | 2011-01-05 | 1 | -2/+1 |
| | |||||
* | Switch to bitbucket as main repo. | Georg Brandl | 2010-09-07 | 2 | -3/+3 |
| | |||||
* | Add docs for ensurenl lexer option. | Georg Brandl | 2010-04-14 | 1 | -0/+5 |
| | |||||
* | Added a bash completion script for `pygmentize`, to the external/ directory ↵ | Georg Brandl | 2010-03-01 | 1 | -0/+6 |
| | | | | (#466). | ||||
* | Update version info/changelog and update requirement info.1.2 | Georg Brandl | 2010-01-01 | 1 | -2/+2 |
| | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Author names can be UTF-8. | gbrandl | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | Make full HTML example more prominent by moving it to the top. | gbrandl | 2009-11-23 | 1 | -9/+5 |
| | |||||
* | Use correct Pygments in doc generation script and echo the version. | gbrandl | 2009-09-15 | 1 | -1/+7 |
| | |||||
* | Use jinja2 for docs generation. Patch by POX. | gbrandl | 2009-07-09 | 1 | -10/+10 |
| | |||||
* | Fix broken links. | gbrandl | 2009-04-12 | 1 | -2/+2 |
| | |||||
* | Update URL. | gbrandl | 2009-03-21 | 1 | -1/+1 |
| | |||||
* | Fix typo. | gbrandl | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Update copyrighting style to standard "team" tags. | gbrandl | 2009-01-04 | 1 | -2/+2 |
| | | | | Update AUTHORS file accordingly. | ||||
* | #372: add -N option to guess lexer name based on file name. | gbrandl | 2008-11-15 | 1 | -0/+14 |
| | |||||
* | Add link to Textmate bundle. | gbrandl | 2008-11-02 | 1 | -1/+9 |
| | |||||
* | Use a consistent ordering when generating the formatter docs. | thatch | 2008-07-26 | 1 | -1/+2 |
| | |||||
* | Add `Keyword.Namespace` token type, initial patch provided by Pete Curry. | thatch | 2008-07-23 | 1 | -0/+4 |
| | |||||
* | Fix analyse vs analyze in the docs. | gbrandl | 2008-05-06 | 2 | -4/+4 |
| | |||||
* | Add note about empty regex. | gbrandl | 2008-04-26 | 1 | -0/+3 |
| | |||||
* | Fix argument order. | gbrandl | 2008-03-29 | 1 | -1/+1 |
| | |||||
* | Expand a bit in the cmdline docs. | gbrandl | 2008-03-05 | 1 | -3/+26 |
| | |||||
* | Remove confusing note from the docs. | gbrandl | 2008-03-02 | 1 | -4/+4 |
| | |||||
* | Clarify quickstart docs. | gbrandl | 2007-11-01 | 1 | -1/+12 |
| | |||||
* | Add Common Lisp and Debian Control file lexer. | gbrandl | 2007-10-14 | 1 | -3/+3 |
| | |||||
* | Add -P option to command line mode. | gbrandl | 2007-10-14 | 2 | -2/+15 |
| | |||||
* | Add doc entry for r434. | gbrandl | 2007-09-28 | 1 | -0/+3 |
| | |||||
* | Update docs for new externals. | gbrandl | 2007-09-12 | 3 | -71/+19 |
| | |||||
* | update installation docs. | gbr | 2007-09-08 | 1 | -10/+11 |
| | |||||
* | [svn] Fix #269 -- errors in formatterdevelopment example. | gbrandl | 2007-08-07 | 1 | -5/+5 |
| |