| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update version info/changelog and update requirement info.1.2 | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix various "make check" issues. | Georg Brandl | 2010-01-01 | 3 | -15/+22 |
| | | |||||
| * | Fix Haskell lexer definition of string gaps (#438). | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add Asymptote lexer, by Olivier Guibe. | Georg Brandl | 2010-01-01 | 3 | -1/+1764 |
| | | |||||
| * | Fixed LLVM lexer identifier syntax and added new keywords (#442). | Georg Brandl | 2010-01-01 | 1 | -34/+54 |
| | | |||||
| * | Added `hl_lines` and `hl_color` options to image formatter (#457). | Georg Brandl | 2010-01-01 | 1 | -1/+30 |
| | | |||||
| * | Fixed lexing of some Ruby quoting peculiarities (#460). | Georg Brandl | 2010-01-01 | 1 | -6/+6 |
| | | |||||
| * | Added options for rendering LaTeX in source code comments in the LaTeX ↵ | Georg Brandl | 2010-01-01 | 2 | -13/+127 |
| | | | | | formatter (#461). | ||||
| * | Happy new year! | Georg Brandl | 2010-01-01 | 60 | -60/+60 |
| | | |||||
| * | Added the Monokai style (#453). | Georg Brandl | 2009-12-28 | 2 | -0/+107 |
| | | |||||
| * | Fixup style. | Georg Brandl | 2009-12-28 | 1 | -76/+76 |
| | | |||||
| * | Added `line_number_start` option to image formatter (#456). | Georg Brandl | 2009-12-28 | 1 | -6/+13 |
| | | |||||
| * | merge with http://bitbucket.org/aslakhellesoy/pygments-main/ (adding Gherkin ↵ | Georg Brandl | 2009-11-23 | 2 | -1/+85 |
| |\ | | | | | | | lexer). | ||||
| | * | merged | Aslak Helles?y | 2009-11-19 | 1 | -0/+3 |
| | |\ | |||||
| | * | | Updated with new keywords | Aslak Helles?y | 2009-11-19 | 1 | -6/+6 |
| | | | | |||||
| | * | | Added Gherkin Lexer | Aslak Helles?y | 2009-11-16 | 2 | -1/+84 |
| | | | | |||||
| * | | | Update to the Logtalk lexer, from Paulo Moura. | Georg Brandl | 2009-11-23 | 1 | -5/+18 |
| | | | | |||||
| * | | | A few ASM lexer fixes (#450). | Georg Brandl | 2009-11-23 | 1 | -5/+6 |
| | |/ |/| | |||||
| * | | added new float ops to LLVM | mitsuhiko | 2009-11-16 | 1 | -0/+3 |
| |/ | |||||
| * | Add Google Go language lexer (#448). | Georg Brandl | 2009-11-16 | 2 | -3/+67 |
| | | |||||
| * | Fix markup error. | Georg Brandl | 2009-10-22 | 1 | -1/+1 |
| | | |||||
| * | Minor cleanups. | Georg Brandl | 2009-09-19 | 2 | -1/+3 |
| | | |||||
| * | Tokenize text before/after traceback as "Other". | Georg Brandl | 2009-09-19 | 1 | -2/+2 |
| | | |||||
| * | Add example file for !CMake | thatch | 2009-09-18 | 1 | -1/+0 |
| | | |||||
| * | #423: Initial CMake lexer | thatch | 2009-09-18 | 2 | -1/+72 |
| | | |||||
| * | #427: Improve inline style handling in !HtmlFormatter | thatch | 2009-09-18 | 1 | -4/+25 |
| | | |||||
| * | Merge with -main | thatch | 2009-09-18 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixes a bug where some part of a C ternary expression (?:) could | Pierre "delroth" Bourdon | 2009-09-16 | 1 | -1/+1 |
| | | | | | | | | | be parsed as a label instead of a name (example: a?b:c). | ||||
| * | | Add Ooc lexer for #433 | thatch | 2009-09-18 | 2 | -1/+67 |
| | | | |||||
| * | | Implement #437, making the Python traceback lexer cope with non-traceback | thatch | 2009-09-18 | 1 | -1/+2 |
| |/ | | | | | text. Also make the truncated traceback detection work for either type of `File...` line. | ||||
| * | Update mapfile. | Georg Brandl | 2009-09-15 | 1 | -1/+1 |
| | | |||||
| * | Added Gentoo-specific suffixes to Bash lexer. | Georg Brandl | 2009-09-15 | 1 | -1/+1 |
| | | |||||
| * | Update version info. | Georg Brandl | 2009-09-15 | 1 | -1/+1 |
| | | |||||
| * | Improved the BBCode lexer (#435). | Georg Brandl | 2009-09-14 | 1 | -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 Brandl | 2009-09-13 | 1 | -1/+1 |
| | | |||||
| * | Added support for new Jinja2 keywords. | mitsuhiko | 2009-09-13 | 1 | -1/+2 |
| | | |||||
| * | Update version info for 1.2. | Georg Brandl | 2009-09-11 | 1 | -1/+1 |
| | | |||||
| * | Remove "M" as a reserved word in SQL. | Georg Brandl | 2009-09-11 | 1 | -2/+2 |
| | | |||||
| * | Fixed a bug in Haskell single-line comment detection (#426). | Georg Brandl | 2009-09-11 | 1 | -1/+1 |
| | | |||||
| * | Fix ANTLR analyse_text functions. | Georg Brandl | 2009-09-11 | 1 | -8/+19 |
| | | |||||
| * | Make make check happy. | Georg Brandl | 2009-09-11 | 3 | -3/+6 |
| | | |||||
| * | Make "New in ..." consistent. | Georg Brandl | 2009-09-11 | 1 | -16/+30 |
| | | |||||
| * | Fix typo. | Georg Brandl | 2009-08-11 | 1 | -1/+1 |
| | | |||||
| * | Fix markup. | Georg Brandl | 2009-08-10 | 1 | -1/+1 |
| | | |||||
| * | #425: remove merge turd. | Georg Brandl | 2009-07-24 | 1 | -8/+0 |
| | | |||||
| * | merge with tim | Georg Brandl | 2009-07-11 | 1 | -1/+1 |
| |\ | |||||
| | * | Apply patch from #419 for matlab functions without return types | thatch | 2009-07-07 | 1 | -1/+1 |
| | | | |||||
| * | | #422: fix another Perl heredoc lexing bug. | Georg Brandl | 2009-07-11 | 1 | -1/+1 |
| | | | |||||
| * | | #421: Emit Comment.Single or Comment.Multiline tokens for languages that ↵ | Georg Brandl | 2009-07-11 | 5 | -69/+71 |
| | | | | | | | | | have both variants. | ||||
| * | | Rewrap to EOL 80. | Georg Brandl | 2009-07-11 | 1 | -3/+4 |
| |/ | |||||
