summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Final 1.0 commit.1.0Georg Brandl2008-11-231-1/+1
* Remove outdated sentence from docstring.Georg Brandl2008-11-221-3/+1
* #374: Update to SmalltalkLexer by Nils Winter.Georg Brandl2008-11-161-37/+80
* Add official rst mime type.Georg Brandl2008-11-162-2/+2
* 0.12 -> 1.0 references.Georg Brandl2008-11-152-5/+5
* #371: HTML formatter options can be Unicode strings.Georg Brandl2008-11-151-4/+10
* #372: add -N option to guess lexer name based on file name.Georg Brandl2008-11-151-2/+21
* Next version will be 1.0.Georg Brandl2008-11-151-25/+61
* Update from Jarrett.Georg Brandl2008-11-091-2/+2
* MiniD lexer update.Georg Brandl2008-10-181-7/+7
* Merge with Tim.Georg Brandl2008-10-162-3/+3
|\
| * Minor changes to nginx conf lexer, thanks to Brett Hoerner (#370)thatch2008-10-151-2/+2
| * Fix #368 by requiring word boundaries for codetag filter.thatch2008-10-081-1/+1
* | DarcsPatchLexer: Update for Darcs 2worldmaker2008-10-121-13/+28
|/
* Add modified AppleScript lexer, to close #330thatch2008-09-242-3/+325
* Move tango style's copyright info to the bottom of the docstring, sothatch2008-09-241-3/+3
* Give Python3TracebackLexer a new name since it was shadowing the mainthatch2008-09-242-2/+2
* Make JavascriptLexer's regex detection a little smarter (#356)thatch2008-09-241-1/+3
* Merge with Tim.Georg Brandl2008-09-246-12/+12
|\
| * open() should be used instead of file()Benjamin Peterson2008-09-216-12/+12
* | Fix RubyLexer heredoc issue as described in #336thatch2008-09-221-1/+1
* | Further fixes for irb lexerthatch2008-09-221-1/+1
* | Support simple prompt from irb (Closes #363)thatch2008-09-211-1/+2
|/
* Added udiff alias to diff lexermitsuhiko2008-09-202-2/+2
* Automated merge with ssh://team@pocoo.org/pygments-mainmitsuhiko2008-09-204-35/+21
|\
| * Fix newline problem.Georg Brandl2008-09-191-4/+3
| * Some fixes in the Haskell lexer.Georg Brandl2008-09-151-3/+6
| * Merge with Ben.Georg Brandl2008-09-121-18/+0
| |\
| | * move the if __name__ == __main__ test from token.py to its testBenjamin Peterson2008-09-111-18/+0
| * | Don't define \at, \lb, \rb as escapes, but prepend commandprefix here too.Georg Brandl2008-09-121-10/+12
| |/
* | Numpy lexer is not associated with .py any longermitsuhiko2008-09-202-1/+2
|/
* Add Tango style.Georg Brandl2008-09-092-0/+142
* Merge with Tim's branch.Georg Brandl2008-09-091-1/+8
|\
| * Add SyntaxError and KeyboardInterrupt support to PythonTracebackLexer.thatch2008-08-251-1/+8
* | Add Python3TracebackLexer and python3 support to PythonConsoleLexer.Georg Brandl2008-09-092-3/+55
* | Raise exception when trying to use -S with the image formatter.Georg Brandl2008-09-072-1/+9
* | * Add one formatter per image format, to avoid surprises withGeorg Brandl2008-09-074-11/+69
* | Use the font_size option.Georg Brandl2008-09-071-1/+2
* | Add GNUmakefile alias.Georg Brandl2008-09-011-1/+1
|/
* Update copyright.Georg Brandl2008-08-241-1/+1
* Fix mapfile for sqlite3 change.0.11.1Georg Brandl2008-08-241-1/+1
* Fix #358. Release 0.11.1.Georg Brandl2008-08-242-3/+15
* Merge with TIm.0.11Georg Brandl2008-08-231-1/+1
|\
| * Add missing alias for sqlite3 lexer.thatch2008-08-201-1/+1
* | 0.11 release preparation.Georg Brandl2008-08-231-1/+1
|/
* Add hl_lines option to HTML formatter. #325.Georg Brandl2008-08-155-2/+45
* Fix 2.3 compatibility.Georg Brandl2008-08-151-2/+2
* Add "prestyles" to HTML formatter. #310.Georg Brandl2008-08-151-1/+7
* Merge from Tim's repo.Georg Brandl2008-08-152-1/+3
|\
| * Fix perl lexer bug.Georg Brandl2008-08-111-1/+1