diff options
author | thatch <devnull@localhost> | 2008-09-24 20:49:02 -0700 |
---|---|---|
committer | thatch <devnull@localhost> | 2008-09-24 20:49:02 -0700 |
commit | ea6e916e561428274df541ecfa9859c888d2442a (patch) | |
tree | bb7b455c9a77f309a080e69d24b4a332e493d678 | |
parent | b0ae4cb300652e12a51e1511b8bf1908d7855980 (diff) | |
download | pygments-ea6e916e561428274df541ecfa9859c888d2442a.tar.gz |
Fixup rst errors in changelog
-rw-r--r-- | CHANGES | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -19,13 +19,15 @@ Version 0.12 - Fix PythonTracebackLexer to be able to recognize SyntaxError and KeyboardInterrupt (#360). -- Provide one formatter class per image format, so that surprises like +- Provide one formatter class per image format, so that surprises like:: + pygmentize -f gif -o foo.gif foo.py + creating a PNG file are avoided. - Actually use the `font_size` option of the image formatter. -- Fixed numpy lexer that it doesn't listen for "*.py" any longer. +- Fixed numpy lexer that it doesn't listen for `*.py` any longer. - Unified Diff lexer supports the "udiff" alias now. @@ -63,6 +65,7 @@ fixes and new features. * Scala source files, thanks to Krzysiek Goj - Lexers improved: + * C lexer highlights standard library functions now and supports C99 types. * Bash lexer now correctly highlights heredocs without preceding |