summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge with TIm.0.11Georg Brandl2008-08-231-1/+1
|\
| * Add missing alias for sqlite3 lexer.thatch2008-08-201-1/+1
* | Added tag 0.11 for changeset c3d65e413421Georg Brandl2008-08-230-0/+0
* | 0.11 release preparation.Georg Brandl2008-08-232-60/+71
|/
* Add hl_lines option to HTML formatter. #325.Georg Brandl2008-08-156-2/+48
* Fix 2.3 compatibility.Georg Brandl2008-08-151-2/+2
* Add "prestyles" to HTML formatter. #310.Georg Brandl2008-08-152-1/+9
* Merge from Tim's repo.Georg Brandl2008-08-153-3/+6
|\
| * Fix perl lexer bug.Georg Brandl2008-08-111-1/+1
* | make checkthatch2008-08-152-4/+8
* | Add example file and entry in CHANGES for Scala lexerthatch2008-08-143-1/+8
* | Add a couple more keywords to the Scala lexerthatch2008-08-141-2/+3
* | Merge Scala support from Krzysiek Goj's branchthatch2008-08-1438-117/+2352
|\ \
| * | Support more delimiters for perl regular expressions, as discussed in #258thatch2008-08-143-0/+145
| * | Forgot sqlite3 example filethatch2008-08-141-0/+27
| * | Add xchat irc logs fix from #340 and tweak a patternthatch2008-08-142-3/+10
| * | Minor tweaks to vim lexerthatch2008-08-142-1/+4
| * | Add sqlite3 console lexer from #351thatch2008-08-143-6/+49
| * | Begin "Lexers improved" section for 0.11 in CHANGESthatch2008-08-141-3/+6
| * | Merge earlier objective-c workthatch2008-08-141-1/+2
| |\ \
| | * | Bugfix for heredocs in the bash lexer without preceeding whitespacethatch2008-08-141-1/+2
| | |/
| * | Bring Objective C lexer up to date with 2.0 featuresthatch2008-08-133-2/+38
| * | Highlight whitespace prior to preproc directives as text, since `\n` countsthatch2008-08-131-2/+2
| * | Fix typo in objc lexer, the string `@interface NSString(Levenshtein)` wasthatch2008-08-131-1/+1
| * | Add povray lexer to changelogthatch2008-08-051-1/+2
| * | POV-Ray lexer provided by pi31 on the irc channel. Clsoes #348.thatch2008-08-054-1/+120
| * | Make the ocaml lexer match larger chunks of string and comment data.thatch2008-08-051-2/+2
| |/
| * #350: fix a copy/paste error.Georg Brandl2008-08-022-2/+2
| * #352: some C lexer fix.Georg Brandl2008-08-021-2/+2
| * Add Clojure lexer.Georg Brandl2008-07-294-2/+650
| * Merge from Tim's branch.Georg Brandl2008-07-274-4/+30
| |\
| | * Add optional error token colorizing to the !RawTokenFormatter to close #333.thatch2008-07-261-3/+26
| | * Fix doc glitch in latex formatterthatch2008-07-261-0/+1
| | * Use a consistent ordering when generating the formatter docs.thatch2008-07-261-1/+2
| | * Perl glob fix from #255, patch provided by delroth.thatch2008-07-261-0/+1
| * | Add splot.Georg Brandl2008-07-261-1/+1
| |/
| * Merge from http://code.timhatch.com/hg/pygments-tim.Georg Brandl2008-07-266-15/+525
| |\
| | * Update to the logtalk lexer.Georg Brandl2008-07-261-8/+16
| | * Add a Gnuplot lexer.Georg Brandl2008-07-264-2/+504
| | * Ignore failure when default font is not installed.Georg Brandl2008-07-231-3/+4
| * | Sync c-sharp lexer with current ECMA-334 (4th ed):thatch2008-07-251-2/+5
| * | Add `#pragma` to c-sharp lexer. A quick read of ECMA-334 (4th ed) shows thatthatch2008-07-251-1/+2
| * | Apply modified version of patch from #344 to end `#if 0` mode quickerthatch2008-07-241-0/+1
| * | Fixup CHANGES filethatch2008-07-241-7/+8
| * | Apply patch from #343 to fix tcl glitchthatch2008-07-241-1/+1
| * | Allow a dollar sign before strings in bash lexer, fixes #338thatch2008-07-241-2/+2
| * | Bump copyright year on pygments.cmdlinethatch2008-07-241-2/+2
| * | Update lexer mapfilethatch2008-07-241-1/+5
| * | Add Cheetah/Spitfire lexer, thanks to Matt Good in #346thatch2008-07-242-3/+125
| * | Fixes for nasm lexer, to close #337:thatch2008-07-243-4/+130