summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* 491: add Verilog lexerthatch2010-05-052-1/+137
* Merge with -mainthatch2010-05-054-7/+199
|\
| * 489: support unicode and raw docstrings in Pythonthatch2010-05-051-2/+2
| * 502: Use full path for PIL module, to not rely on the pth filethatch2010-05-051-1/+1
| * #465: integrate Ioke patch by Sam Aaronthatch2010-05-052-2/+193
| * 496: allow seconds as units in cssthatch2010-05-051-1/+1
| * #504: support application/javascript mimetype in the JavascriptLexerthatch2010-05-051-1/+2
* | With the ``noclasses`` option in the HTML formatter, some styles present in t...Georg Brandl2010-04-251-4/+28
* | #499: Fix ocaml lexing of \\ in strings.Georg Brandl2010-04-241-1/+1
* | Update to CoffeeScript lexer from Jeremy, http://gist.github.com/354926.Georg Brandl2010-04-061-4/+6
* | #482: "file:method" is not a literal builtin, but a method of file objects.Georg Brandl2010-03-121-9/+2
* | Two fixes to the Lua lexer (#480, #481).Georg Brandl2010-03-121-4/+3
* | Update for 1.3.1 bugfix release.1.3.1Georg Brandl2010-03-051-1/+1
* | Update version info and codename.Georg Brandl2010-03-011-1/+1
* | Remove unused constant.Georg Brandl2010-03-011-2/+0
* | Add Modula-2 lexer, contributed by Benjamin Kowarsch.Georg Brandl2010-03-012-1/+198
* | Allow shebang line in Lua lexer.Georg Brandl2010-03-011-0/+5
* | Clojure: Recognize \# correctly.Georg Brandl2010-03-011-1/+1
* | It seems ObjC names can contain $.Georg Brandl2010-03-011-9/+9
* | Properly recognize numbers in Smalltalk lexer.Georg Brandl2010-03-011-1/+1
* | Debian control lexer: recognize arch tagsGeorg Brandl2010-03-011-0/+1
* | Add a last-resort closing-brace token for Tcl. It is miscounting braces in v...Georg Brandl2010-03-011-0/+1
* | Allow lone $ and ; (can occur in regexes).Georg Brandl2010-03-011-0/+1
* | Improve matching of q-operators in Perl.Georg Brandl2010-03-011-2/+2
* | #467: highlight stray comment closer as error in C/C++ lexers.Georg Brandl2010-03-011-0/+3
* | #469: use bash lexer for .ksh scripts.Georg Brandl2010-03-012-4/+4
* | Fixed regex highlighting bugs in Perl lexer (#258), this time for m/.../.Georg Brandl2010-03-011-1/+1
* | Added support for PHP 5.3 namespaces in the PHP lexer.Georg Brandl2010-03-011-4/+5
* | 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
* | #476: fix a ruby regex mishighlighting.Georg Brandl2010-02-211-1/+1
* | - Added the ``ensurenl`` lexer option, which can be used to suppress theGeorg Brandl2010-02-182-3/+14
* | Add CoffeeScript lexer, by Jeremy Ashkenas.Georg Brandl2010-02-182-1/+63
* | Add Ada lexer, from http://github.com/joesmoe10/Ada-Pygments-Lexer/.Georg Brandl2010-02-182-1/+128
* | Fix opening unicode file under Py3k.Georg Brandl2010-02-181-0/+4
* | Remove compatibility "sets" imports.Georg Brandl2010-02-1816-70/+16
* | Remove undefined name from __all__.Georg Brandl2010-02-181-1/+1
|/
* Gherkin lexer: Fixed single apostrophe bug and added new i18n keywords.Aslak Helles?y2010-02-011-15/+10
* Haml/Sass lexers: add "new in", changelog and authors entry.Georg Brandl2010-01-301-5/+14
* Support Haml multiline notation.Nathan Weizenbaum2009-11-131-13/+17
* Extract out the Haml indentation lexing for use in Sass.Nathan Weizenbaum2009-11-131-38/+48
* Support indentation-based Haml blocks.Nathan Weizenbaum2009-11-121-6/+53
* Add a Sass lexer.Nathan Weizenbaum2009-11-122-1/+240
* Add a basic Haml lexer that doesn't pay any attention to indentation.Nathan Weizenbaum2009-11-212-1/+83
* Objective-J lexer: Clean up, regenerate mapping, add to CHANGES, add AUTHORS,...Georg Brandl2010-01-302-33/+47
* Added Objective-J Lexer.Paul Baumgart2010-01-251-0/+209
* Added the tilde operator to the django/jinja lexer.mitsuhiko2010-01-241-1/+1