summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Remove "M" as a reserved word in SQL.Georg Brandl2009-09-111-2/+2
* Fixed a bug in Haskell single-line comment detection (#426).Georg Brandl2009-09-111-1/+1
* Fix ANTLR analyse_text functions.Georg Brandl2009-09-111-8/+19
* Make make check happy.Georg Brandl2009-09-113-3/+6
* Make "New in ..." consistent.Georg Brandl2009-09-111-16/+30
* Fix typo.Georg Brandl2009-08-111-1/+1
* Fix markup.Georg Brandl2009-08-101-1/+1
* #425: remove merge turd.Georg Brandl2009-07-241-8/+0
* merge with timGeorg Brandl2009-07-111-1/+1
|\
| * Apply patch from #419 for matlab functions without return typesthatch2009-07-071-1/+1
* | #422: fix another Perl heredoc lexing bug.Georg Brandl2009-07-111-1/+1
* | #421: Emit Comment.Single or Comment.Multiline tokens for languages that have...Georg Brandl2009-07-115-69/+71
* | Rewrap to EOL 80.Georg Brandl2009-07-111-3/+4
|/
* Support WindowsError and VMSError.Georg Brandl2009-06-301-4/+4
* merge with timGeorg Brandl2009-06-242-3/+5
|\
| * Regenerate mapfile.Georg Brandl2009-06-241-0/+1
| * Fix bug in Ruby highlighting: double backslash in regex literal is escaped ba...Georg Brandl2009-06-241-0/+1
| * typoGeorg Brandl2009-06-241-3/+3
* | #410: Recognize bitwise and logical or in Matlabthatch2009-06-221-1/+1
|/
* #416: Add support for Newspeakthatch2009-06-211-1/+60
* #403: Make JS regex parsing better, by Pumbaa80thatch2009-06-211-10/+28
* #413: Handle numbers that start with a dotthatch2009-06-211-0/+1
* #411: S-Plus improvements provided by Winston Changthatch2009-06-211-2/+7
* Make Python backslash parsing more robust for #395thatch2009-06-211-6/+6
* Improve Matlab lexer as suggested by Winston Chang in #414thatch2009-06-211-2/+2
* Match Python 3 with "python3" shebang only.Georg Brandl2009-05-171-1/+1
* mergeGeorg Brandl2009-04-282-1/+91
|\
| * Add Vala Lexer support.Mark Lee2009-04-262-1/+89
* | Fix speling.Georg Brandl2009-04-271-1/+1
|/
* Looks like some FORTRANs know a semicolon.Georg Brandl2009-04-251-1/+1
* Allow whitespace in function signatures.Georg Brandl2009-04-251-0/+1
* Fix some long lines.Georg Brandl2009-04-121-11/+22
* merge with TimGeorg Brandl2009-04-123-5/+75
|\
| * Fix #397 (python mishighlights 0x0)thatch2009-03-251-1/+2
| * Merge ASP.net lexers to -mainthatch2009-03-252-3/+72
| |\
| | * Add ASP.net lexersthatch2009-02-192-3/+72
| * | Fix #400 (perl lexer mishighlights $x=shift)thatch2009-03-251-1/+1
* | | #405: fix lexing of the empty comment in PHP.Georg Brandl2009-04-121-0/+2
* | | _ can start identifiers.Georg Brandl2009-04-011-1/+1
* | | Port Pygments to Python 3.1.Georg Brandl2009-03-3118-94/+134
|/ /
* | allow dotted decoratorsGeorg Brandl2009-03-241-1/+1
* | Modelica lexer fix from author.Georg Brandl2009-03-151-5/+3
* | ModelicaLexer: Enhancements and fixes.Georg Brandl2009-03-091-6/+5
* | Add "noclobber_cssfile" (#396) option to HTML formatter.Georg Brandl2009-03-051-6/+17
* | Add ABAP lexer, by Joerg Sieker.Georg Brandl2009-03-052-1/+191
* | Fix EOL80.Georg Brandl2009-03-051-3/+5
* | Fix the LaTeX formatter's output so that output generated for one styleGeorg Brandl2009-03-051-56/+114
* | Fix code style a bit.Georg Brandl2009-03-011-18/+14
|/
* #391: don't wrap lines in INI lexer while looking for value.Georg Brandl2009-02-141-1/+1
* #392: Fix fatal backtracking in Scala lexer.Georg Brandl2009-02-142-10/+8