summaryrefslogtreecommitdiff
path: root/pygments/lexers/text.py
Commit message (Expand)AuthorAgeFilesLines
* merge with https://bitbucket.org/bd808/pygments-main/ (EBNF lexer), pull requ...Georg Brandl2013-05-191-7/+9
|\
| * merge with mgorny/pygments-vim-modelines-r1 (pull request #118)Georg Brandl2013-05-191-4/+4
| |\
| | * Add vim-specific aliases for lexers.Micha? G?rny2012-10-191-4/+4
| * | HTTP: Add support for PATCH, clean-up protocol detection.Damien Tournoud2013-04-231-3/+3
* | | Code review changes.Bryan Davis2013-05-061-18/+9
* | | Remove comment.Bryan Davis2013-04-251-14/+0
* | | Lexer for ISO/IEC 14977 EBNF grammars.Bryan Davis2013-04-251-1/+72
|/ /
* | Closes #837: add an alias for the RegeditLexer.Georg Brandl2013-01-201-1/+1
* | Fix stuff in new lexers found by regexlint.Georg Brandl2013-01-121-1/+1
* | Merged in blackjack/pygments-main (pull request #88: CBM BASIC V2 and ca65 as...Georg Brandl2013-01-091-5/+89
|\ \ | |/ |/|
| * Happy new year 2013.Georg Brandl2013-01-091-1/+1
| * Integrate hxml lexer, with changes (PR#40)Tim Hatch2012-12-231-1/+42
| * Added "--end of the loop--" for PyPyLog.Even Wiik Thomassen2012-12-171-1/+1
| * Fix as PyPyLogs can contain nested builtin names.Even Wiik Thomassen2012-12-161-1/+1
| * Add registry file lexer (#819)Tim Hatch2012-11-061-2/+45
|/
* Closes #798: fix assignment syntax regex in BaseMakefileLexerGeorg Brandl2012-08-191-1/+1
* Handle continuous header lines (HttpLexer)Hong Minhee2012-08-141-0/+6
* Closes #758: allow underscores in Apache directive names.Georg Brandl2012-05-081-1/+1
* Added a missing op to the pypy lexer.Alex Gaynor2012-03-251-1/+1
* Merged in rafaelmartins/pygments-main (pull request #60)Georg Brandl2012-03-101-20/+21
|\
| * Simplify character classesTim Hatch2012-03-091-9/+11
| * Fix infinite loop bug in DarcsPatchLexerTim Hatch2012-03-091-2/+2
| * Simplify character classes, ordering fixesTim Hatch2012-03-091-6/+5
| * [\w_] is the same as \wTim Hatch2012-03-091-1/+1
| * Fix a bunch of minor issues noticed by regexlintTim Hatch2012-03-091-2/+2
* | Added more vim and bash configuration file names.Rafael G. Martins2012-03-101-1/+1
|/
* Copyright update.Georg Brandl2012-02-051-1/+1
* Move pypylog to text module.Georg Brandl2012-02-051-2/+75
* Closes #646: fix recognizing some Vim strings as comments.Georg Brandl2012-02-051-2/+3
* Style fixes.Georg Brandl2012-02-051-1/+2
* Style fixes.Georg Brandl2012-02-051-93/+93
* Move HTTP lexer to text lexers.Georg Brandl2012-02-041-2/+64
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
* merge with https://bitbucket.org/joshpeek/pygmentsGeorg Brandl2011-06-181-1/+1
|\
| * Give BaseMakefile lexer a unique nameJoshua Peek2011-06-081-1/+1
* | Several fixes to the reStructuredText lexer (#636):Georg Brandl2011-06-181-6/+12
* | Enhancements to the Squid conf lexer (#664).Georg Brandl2011-06-181-7/+7
|/
* 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