summaryrefslogtreecommitdiff
path: root/pygments/lexers/text.py
Commit message (Expand)AuthorAgeFilesLines
* Add more Vim lexer filenames.Georg Brandl2011-05-151-1/+2
* Allow rfc822-style continuation in ini files (#494)Tim Hatch2010-12-211-1/+1
* Add CMakeLists.txt filename for CMake (#516).Georg Brandl2010-08-221-1/+1
* merge with timGeorg Brandl2010-08-221-3/+3
|\
| * Only allow ASCII alphas.Georg Brandl2010-07-221-1/+1
* | #445: Add a lexer dedicated to Properties filesTim Hatch2010-06-071-2/+24
|/
* Debian control lexer: recognize arch tagsGeorg Brandl2010-03-011-0/+1
* Allow lone $ and ; (can occur in regexes).Georg Brandl2010-03-011-0/+1
* Allow fields without body.Georg Brandl2010-03-011-2/+3
* Allow colons in rst directive/role names.Georg Brandl2010-03-011-4/+4
* Fix test suite: there are problems with groups being None.Georg Brandl2010-02-281-2/+2
* RstLexer: recognize line blocks, better highlighting for references.Georg Brandl2010-02-281-4/+9
* rst lexer: add substitution defs, better highlighting for directives.Georg Brandl2010-02-281-1/+6
* Remove compatibility "sets" imports.Georg Brandl2010-02-181-4/+0
* Allow newlines in string patterns.1.2.2Georg Brandl2010-01-021-2/+2
* Fixed a forever-backtracking regex in the BashLexer (#462).Georg Brandl2010-01-021-2/+2
* Happy new year!Georg Brandl2010-01-011-1/+1
* Minor cleanups.gbrandl2009-09-191-0/+1
* Add example file for !CMakethatch2009-09-181-1/+0
* #423: Initial CMake lexerthatch2009-09-181-1/+71
* Improved the BBCode lexer (#435).gbrandl2009-09-141-6/+17
* Fix #391 (ini lexer doesn't handle empty values)thatch2009-02-101-1/+1
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-10/+7
* Merge with Tim.gbrandl2009-01-031-2/+2
* Make the `GroffLexer` play nice with being asked to analyse the empty stringthatch2008-12-311-1/+1
* Make 'make check' more happy wrt long lines and whitespacethatch2008-12-291-4/+6
* Fixed a diff lexer bug with git diffs (skipped second headline)mitsuhiko2008-12-121-1/+1
* Add official rst mime type.gbrandl2008-11-161-1/+1
* Merge with Tim.gbrandl2008-10-161-2/+2
|\
| * Minor changes to nginx conf lexer, thanks to Brett Hoerner (#370)thatch2008-10-151-2/+2
* | DarcsPatchLexer: Update for Darcs 2worldmaker2008-10-121-13/+28
|/
* Added udiff alias to diff lexermitsuhiko2008-09-201-1/+1
* Add GNUmakefile alias.gbrandl2008-09-011-1/+1
* Add xchat irc logs fix from #340 and tweak a patternthatch2008-08-141-1/+5
* Minor tweaks to vim lexerthatch2008-08-141-0/+2
* Merge from http://code.timhatch.com/hg/pygments-tim.gbrandl2008-07-261-2/+2
|\
* | Add quick analyse_text for reSTthatch2008-07-231-0/+10
* | Minor modifications to Lighty lexer, docfix for YAML lexer.thatch2008-07-231-4/+6
* | Add lexer for Nginx config files.thatch2008-07-231-1/+45
* | Diff lexer should highlight "diff" lines in addition to "Index" lines asthatch2008-07-231-1/+1
* | Fix overly long lines in a couple of lexers.thatch2008-07-231-2/+3
* | Add basic lighttpd config lexerthatch2008-07-231-1/+28
|/
* Rename YAMLLexer to YamlLexer to be consistent with other names.gbrandl2008-05-241-101/+98
* initial imlementation of YAMLLexer by Kirll Simonov <xi@resolvent.net>, with ...Jeff Kowalczyk2008-05-201-4/+418
* Makefile lexer fixes by Tim.gbrandl2008-05-061-11/+7
* Highlight ip addresses in apacheconf lexer.thatch2008-04-061-0/+1
* Allow ellipsis in apacheconf lexer, for easier examples.thatch2008-04-061-1/+2
* Highlight case labels somewhat better.gbrandl2008-04-061-2/+2
* Rename `GenericMakefileLexer` back to `MakefileLexer` to be less confusingthatch2008-04-031-4/+4
* Add new Makefile lexer that should be able to handle BSD and/or GNUthatch2008-04-021-33/+70