summaryrefslogtreecommitdiff
path: root/docs/src
Commit message (Collapse)AuthorAgeFilesLines
* New docs + website using Sphinx.Georg Brandl2014-01-1821-2581/+0
|
* 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
|
* Syntax fixes for Java doc.Georg Brandl2013-01-094-8/+17
|
* Add tutorial to use Pygments in Javatmortagne2013-01-072-0/+66
|
* 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
* | Fixed some typos in the docs.Kashif Rasul2011-08-122-2/+2
|/
* 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
|
* Make full HTML example more prominent by moving it to the top.gbrandl2009-11-231-9/+5
|
* Fix broken links.gbrandl2009-04-121-2/+2
|
* Update URL.gbrandl2009-03-211-1/+1
|
* Fix typo.gbrandl2009-03-101-1/+1
|
* #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
|
* 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-141-0/+8
|
* 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
|
* [svn] Add changelog entry.gbrandl2007-06-131-0/+2
|
* [svn] Smartify pygmentize encoding handling.gbrandl2007-06-132-4/+26
|
* [svn] Fix typo.gbrandl2007-06-011-1/+1
|
* [svn] Take #3...gbrandl2007-05-301-2/+2
|
* [svn] Another small test commit.gbrandl2007-05-301-1/+1
|
* [svn] Test commit.gbrandl2007-05-301-1/+1
|
* [svn] More doc.gbrandl2007-05-303-10/+19
|
* [svn] Doc add.gbrandl2007-05-302-0/+11
|
* [svn] Apply patches by Tim, add MiniD lexer from Jarrett and new example files.gbrandl2007-05-281-0/+3
|
* [svn] Add a section on directive options.gbrandl2007-05-281-0/+34
|
* [svn] Expand the quickstart a bit.gbrandl2007-05-182-16/+43
|
* [svn] Make a sentence clearer.gbrandl2007-05-181-2/+3
|
* [svn] Elaborate the Unicode docs a bit.gbrandl2007-05-181-9/+24
|
* [svn] Fix a few inconsistencies and nits, mainly in the docs.gbrandl2007-05-044-23/+49
| | | | Use the get_choice_opt function consistently.
* [svn] Fix the filters example.gbrandl2007-05-031-6/+6
|