summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close inactive branch.perl-CHECK-INIT-block-highlightingGeorg Brandl2010-09-120-0/+0
* Fix typo.Georg Brandl2010-08-182-2/+2
* Perl: Add CHECK and INIT blocks?var Arnfj?r? Bjarmason2010-08-151-1/+1
* Improve lexing of Perl numbersJon Jensen2010-07-232-1/+65
* Remove Perl shebang version number match that's a no-opJon Jensen2010-07-231-1/+1
* Only allow ASCII alphas.Georg Brandl2010-07-221-1/+1
* Allow storing and comparing output between test runs.Georg Brandl2010-07-222-2/+36
* Fix regexes to be compatible with the "regex" module.Georg Brandl2010-07-222-2/+2
* Small bugfix for numbers, making sure they are recognized on 1st step in a sc...Aslak Helles?y2010-05-101-1/+2
* More context-sensitive Gherkin lexer with support for more i18n translations.Aslak Helles?y2010-05-102-43/+60
* With the ``noclasses`` option in the HTML formatter, some styles present in t...Georg Brandl2010-04-252-4/+31
* #499: Fix ocaml lexing of \\ in strings.Georg Brandl2010-04-241-1/+1
* Add docs for ensurenl lexer option.Georg Brandl2010-04-141-0/+5
* 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-122-10/+3
* Two fixes to the Lua lexer (#480, #481).Georg Brandl2010-03-122-4/+5
* Added tag 1.3.1 for changeset 3a3846c2503dGeorg Brandl2010-03-050-0/+0
* Update for 1.3.1 bugfix release.1.3.1Georg Brandl2010-03-054-2/+10
* Update for next development release.Georg Brandl2010-03-011-0/+5
* Update for next development release.Georg Brandl2010-03-010-0/+0
* Added tag 1.3 for changeset c62867700c9eGeorg Brandl2010-03-010-0/+0
* Include all files in external/.1.3Georg Brandl2010-03-011-1/+1
* Added tag 1.3 for changeset d98f24774e92Georg Brandl2010-03-010-0/+0
* Update version info and codename.Georg Brandl2010-03-013-3/+3
* Remove unused constant.Georg Brandl2010-03-011-2/+0
* Add Modula-2 lexer, contributed by Benjamin Kowarsch.Georg Brandl2010-03-016-1/+1044
* Allow shebang line in Lua lexer.Georg Brandl2010-03-012-1/+6
* Clojure: Recognize \# correctly.Georg Brandl2010-03-012-2/+2
* It seems ObjC names can contain $.Georg Brandl2010-03-012-10/+10
* Properly recognize numbers in Smalltalk lexer.Georg Brandl2010-03-012-2/+3
* Add changelog entry for small fixes.Georg Brandl2010-03-011-0/+2
* 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
* Fix a few problems.Georg Brandl2010-03-011-10/+17
* 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
* Added a bash completion script for `pygmentize`, to the external/ directory (...Georg Brandl2010-03-013-0/+47
* #467: highlight stray comment closer as error in C/C++ lexers.Georg Brandl2010-03-012-0/+5
* #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-012-1/+3
* Allow giving explicit lexer name.Georg Brandl2010-03-011-9/+15
* #472: use setuptools script generation if possible. Has much better usabilit...Georg Brandl2010-03-011-1/+14
* Added support for PHP 5.3 namespaces in the PHP lexer.Georg Brandl2010-03-014-5/+16
* 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-282-7/+7
* 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-282-1/+8
* #476: fix a ruby regex mishighlighting.Georg Brandl2010-02-212-1/+3
* Add an option to show all tokens.Georg Brandl2010-02-211-11/+22