summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthatch <devnull@localhost>2008-09-24 20:49:02 -0700
committerthatch <devnull@localhost>2008-09-24 20:49:02 -0700
commitea6e916e561428274df541ecfa9859c888d2442a (patch)
treebb7b455c9a77f309a080e69d24b4a332e493d678
parentb0ae4cb300652e12a51e1511b8bf1908d7855980 (diff)
downloadpygments-ea6e916e561428274df541ecfa9859c888d2442a.tar.gz
Fixup rst errors in changelog
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 32ef3ea3..c24ada6e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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