summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
* Update version info/changelog and update requirement info.1.2Georg Brandl2010-01-011-1/+1
|
* Fix various "make check" issues.Georg Brandl2010-01-013-15/+22
|
* Fix Haskell lexer definition of string gaps (#438).Georg Brandl2010-01-011-1/+1
|
* Add Asymptote lexer, by Olivier Guibe.Georg Brandl2010-01-013-1/+1764
|
* Fixed LLVM lexer identifier syntax and added new keywords (#442).Georg Brandl2010-01-011-34/+54
|
* Added `hl_lines` and `hl_color` options to image formatter (#457).Georg Brandl2010-01-011-1/+30
|
* Fixed lexing of some Ruby quoting peculiarities (#460).Georg Brandl2010-01-011-6/+6
|
* Added options for rendering LaTeX in source code comments in the LaTeX ↵Georg Brandl2010-01-012-13/+127
| | | | formatter (#461).
* Happy new year!Georg Brandl2010-01-0160-60/+60
|
* Added the Monokai style (#453).Georg Brandl2009-12-282-0/+107
|
* Fixup style.Georg Brandl2009-12-281-76/+76
|
* Added `line_number_start` option to image formatter (#456).Georg Brandl2009-12-281-6/+13
|
* merge with http://bitbucket.org/aslakhellesoy/pygments-main/ (adding Gherkin ↵Georg Brandl2009-11-232-1/+85
|\ | | | | | | lexer).
| * mergedAslak Helles?y2009-11-191-0/+3
| |\
| * | Updated with new keywordsAslak Helles?y2009-11-191-6/+6
| | |
| * | Added Gherkin LexerAslak Helles?y2009-11-162-1/+84
| | |
* | | Update to the Logtalk lexer, from Paulo Moura.Georg Brandl2009-11-231-5/+18
| | |
* | | A few ASM lexer fixes (#450).Georg Brandl2009-11-231-5/+6
| |/ |/|
* | added new float ops to LLVMmitsuhiko2009-11-161-0/+3
|/
* Add Google Go language lexer (#448).Georg Brandl2009-11-162-3/+67
|
* Fix markup error.Georg Brandl2009-10-221-1/+1
|
* Minor cleanups.Georg Brandl2009-09-192-1/+3
|
* Tokenize text before/after traceback as "Other".Georg Brandl2009-09-191-2/+2
|
* Add example file for !CMakethatch2009-09-181-1/+0
|
* #423: Initial CMake lexerthatch2009-09-182-1/+72
|
* #427: Improve inline style handling in !HtmlFormatterthatch2009-09-181-4/+25
|
* Merge with -mainthatch2009-09-181-1/+1
|\
| * Fixes a bug where some part of a C ternary expression (?:) couldPierre "delroth" Bourdon2009-09-161-1/+1
| | | | | | | | be parsed as a label instead of a name (example: a?b:c).
* | Add Ooc lexer for #433thatch2009-09-182-1/+67
| |
* | Implement #437, making the Python traceback lexer cope with non-tracebackthatch2009-09-181-1/+2
|/ | | | | text. Also make the truncated traceback detection work for either type of `File...` line.
* Update mapfile.Georg Brandl2009-09-151-1/+1
|
* Added Gentoo-specific suffixes to Bash lexer.Georg Brandl2009-09-151-1/+1
|
* Update version info.Georg Brandl2009-09-151-1/+1
|
* Improved the BBCode lexer (#435).Georg Brandl2009-09-141-6/+17
| | | | | | * don't emit errors on punctuation in normal text * highlight tag names as Keyword * highlight multiple attributes correctly
* Add "stream" keyword in ModelicaLexer.Georg Brandl2009-09-131-1/+1
|
* Added support for new Jinja2 keywords.mitsuhiko2009-09-131-1/+2
|
* Update version info for 1.2.Georg Brandl2009-09-111-1/+1
|
* 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 ↵Georg Brandl2009-07-115-69/+71
| | | | | | | | have both variants.
* | Rewrap to EOL 80.Georg Brandl2009-07-111-3/+4
|/