summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* New docs + website using Sphinx.Georg Brandl2014-01-1823-3161/+0
|
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-13/+25
|
* manual prettifying and small fixes after futurize runGeorg Brandl2014-01-181-0/+1
|
* futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-181-5/+6
|
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* In "Builtin Components", put Filters before Formatters (make docs match the ↵Zearin2013-07-181-2/+2
| | | | order of pygments' pipeline)
* Simplified adding and testing a new lexer by referring to the Makefile.Thomas Aglassinger2013-04-021-16/+7
|
* * Fixed broken sourcode directives.Thomas Aglassinger2013-04-011-9/+9
| | | | * Cleaned up typos and wording.
* Added a section on adding a new lexer and testing it.Thomas Aglassinger2013-04-011-0/+61
|
* Fix typotmortagne2013-01-101-1/+1
|
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Syntax fixes for Java doc.Georg Brandl2013-01-094-8/+17
|
* Add tutorial to use Pygments in Javatmortagne2013-01-072-0/+66
|
* Fix doc build with underscores in filename patterns.1.5Georg Brandl2012-03-101-1/+1
|
* Merge pygments-main with pygments-timTim Hatch2012-02-271-1/+1
|\
| * Merge pygments-main with pygments-timTim Hatch2012-01-031-1/+1
| |\
| | * Bulk changes to improve many lexers inner workingsTim Hatch2011-03-191-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 Brandl2012-02-051-1/+1
|/ /
* | Fixed some typos in the docs.Kashif Rasul2011-08-122-2/+2
| |
* | Fix current copyright year.Georg Brandl2011-07-091-1/+1
|/
* Remove dead link.Georg Brandl2011-01-051-2/+1
|
* Switch to bitbucket as main repo.Georg Brandl2010-09-072-3/+3
|
* Add docs for ensurenl lexer option.Georg Brandl2010-04-141-0/+5
|
* Added a bash completion script for `pygmentize`, to the external/ directory ↵Georg Brandl2010-03-011-0/+6
| | | | (#466).
* Update version info/changelog and update requirement info.1.2Georg Brandl2010-01-011-2/+2
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Author names can be UTF-8.gbrandl2009-12-151-1/+1
|
* Make full HTML example more prominent by moving it to the top.gbrandl2009-11-231-9/+5
|
* Use correct Pygments in doc generation script and echo the version.gbrandl2009-09-151-1/+7
|
* Use jinja2 for docs generation. Patch by POX.gbrandl2009-07-091-10/+10
|
* Fix broken links.gbrandl2009-04-121-2/+2
|
* Update URL.gbrandl2009-03-211-1/+1
|
* Fix typo.gbrandl2009-03-101-1/+1
|
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* #372: add -N option to guess lexer name based on file name.gbrandl2008-11-151-0/+14
|
* Add link to Textmate bundle.gbrandl2008-11-021-1/+9
|
* Use a consistent ordering when generating the formatter docs.thatch2008-07-261-1/+2
|
* Add `Keyword.Namespace` token type, initial patch provided by Pete Curry.thatch2008-07-231-0/+4
|
* Fix analyse vs analyze in the docs.gbrandl2008-05-062-4/+4
|
* Add note about empty regex.gbrandl2008-04-261-0/+3
|
* Fix argument order.gbrandl2008-03-291-1/+1
|
* Expand a bit in the cmdline docs.gbrandl2008-03-051-3/+26
|
* Remove confusing note from the docs.gbrandl2008-03-021-4/+4
|
* Clarify quickstart docs.gbrandl2007-11-011-1/+12
|
* Add Common Lisp and Debian Control file lexer.gbrandl2007-10-141-3/+3
|
* Add -P option to command line mode.gbrandl2007-10-142-2/+15
|
* Add doc entry for r434.gbrandl2007-09-281-0/+3
|
* Update docs for new externals.gbrandl2007-09-123-71/+19
|
* update installation docs.gbr2007-09-081-10/+11
|
* [svn] Fix #269 -- errors in formatterdevelopment example.gbrandl2007-08-071-5/+5
|