summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ignore import errors in the tests.0.10gbrandl2008-05-062-3/+10
* Rename version to 0.10. Select codename.gbrandl2008-05-0610-19/+18
* Makefile lexer fixes by Tim.gbrandl2008-05-061-11/+7
* Fix function name highlighting in Java and C#, and interface names in Java.gbrandl2008-05-063-8/+10
* Update from author.gbrandl2008-05-061-1/+2
* Add Logtalk lexer, by Paulo Moura.gbrandl2008-05-044-2/+534
* #326: Add function name highlighting to Erlang lexer.gbrandl2008-05-041-2/+33
* Merge.gbrandl2008-05-041-1/+2
|\
| * django/jinja lexer supports jinja2's new pseudokeywords nowmitsuhiko2008-05-031-1/+2
* | Clarification.gbrandl2008-05-041-2/+3
|/
* added thanks entry for latest commitmitsuhiko2008-04-291-0/+5
* Fixed bug #324: Tcl lexer is highlighting parts of names as keywordsdelroth2008-04-291-2/+2
* Automated merge with ssh://team@pocoo.org/pygments-mainmitsuhiko2008-04-2911-59/+139
|\
| * #323: mark lua builtins as such.gbrandl2008-04-291-1/+1
| * Entities may not have spaces.gbrandl2008-04-291-2/+2
| * Fix at-rule handling in the CSS lexer.gbrandl2008-04-293-4/+29
| * Fix missing name.gbrandl2008-04-271-0/+1
| * Add note about empty regex.gbrandl2008-04-261-0/+3
| * New default commandprefix for latex fmter.gbrandl2008-04-202-13/+15
| * Allow Unicode identifiers in py3 lexer.gbrandl2008-04-104-35/+81
| * 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-063-3/+4
* | added missing keywords to django/jinja lexermitsuhiko2008-04-291-1/+1
|/
* Rename `GenericMakefileLexer` back to `MakefileLexer` to be less confusingthatch2008-04-032-5/+5
* Update changelogthatch2008-04-021-0/+5
* Revert unnecessary change enabling vim stylethatch2008-04-021-1/+0
* Add new Makefile lexer that should be able to handle BSD and/or GNUthatch2008-04-025-35/+893
* Include the bundled vim-like style in STYLE_MAPthatch2008-04-021-0/+1
* Bash lexer should treat ; as a command separator to correctly parse code likethatch2008-04-021-0/+1
* Fix provided `pygments.lexers._mapping` for Dylan lexer's name change in [0dc...thatch2008-04-021-1/+1
* Improve bash lexer to support math:thatch2008-04-021-0/+8
* Automated merge with ssh://team@pocoo.org/pygments-mainmitsuhiko2008-04-021-1/+1
|\
| * renamed dylan lexermitsuhiko2008-04-021-1/+1
* | Fix argument order.gbrandl2008-03-291-1/+1
* | Enhance testfile.gbrandl2008-03-281-0/+35
* | Add S/R lexer by Laurent Gautier.gbrandl2008-03-284-3/+160
* | Add Python3 lexer by Nick Efford.gbrandl2008-03-282-19/+88
* | Display preprocessor stuff more visibly in the terminal formatter.gbrandl2008-03-261-0/+1
* | #320: ActionScript 3 support.gbrandl2008-03-251-17/+49
* | Add 4 lexers by Stou Sandalski.gbrandl2008-03-1810-12/+1968
* | Make the image formatter work on Windows.gbrandl2008-03-172-33/+90
* | Fix directive name regex.gbrandl2008-03-151-1/+1
* | Some fixes in the image formatter.gbrandl2008-03-151-16/+19
* | Add matlab example files.gbrandl2008-03-052-0/+64
* | Merge with image formatter branch.gbrandl2008-03-0521-43/+1102
|\ \
| * | Add Matlab lexers, by Ken Schutte.gbrandl2008-03-053-4/+156
| * | Support doc comments in the PHP lexer (#285).gbrandl2008-03-052-1/+4
| * | Fix comment handling in the batch lexer.gbrandl2008-03-053-3/+9
| * | Expand a bit in the cmdline docs.gbrandl2008-03-051-3/+26