Minor cleanups. trunk

2 years ago

author
gbrandl
date
Sat Sep 19 11:03:24 2009 +0200
branch
trunk
changeset 901
948f8885af16
parent 900
80055c9f464e
child 902
3a314e7153a1
child 944
4c8793a0d281

Minor cleanups.

CHANGESfile | annotate | diff | revisions
pygments/lexers/compiled.pyfile | annotate | diff | revisions
pygments/lexers/text.pyfile | annotate | diff | revisions
     1.1 --- a/CHANGES	Sat Sep 19 11:03:19 2009 +0200
     1.2 +++ b/CHANGES	Sat Sep 19 11:03:24 2009 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  
     1.5  Version 1.2
     1.6  -----------
     1.7 -(codename ???, released ???)
     1.8 +(codename not selected, to be released in 2009)
     1.9  
    1.10  - Lexers added:
    1.11  
    1.12 @@ -13,12 +13,12 @@
    1.13    * OOC
    1.14  
    1.15  - Fixed the HtmlFormatter's handling of noclasses=True to not output any
    1.16 -  classes.
    1.17 +  classes (#427).
    1.18  
    1.19  - Fixed the PythonTracebackLexer to handle non-traceback data in header or
    1.20 -  trailer, and support more partial tracebacks that start on line 2.
    1.21 +  trailer, and support more partial tracebacks that start on line 2 (#437).
    1.22  
    1.23 -- Fixed the CLexer to not highlight ternary statements as labels
    1.24 +- Fixed the CLexer to not highlight ternary statements as labels.
    1.25  
    1.26  
    1.27  Version 1.1.1
     2.1 --- a/pygments/lexers/compiled.py	Sat Sep 19 11:03:19 2009 +0200
     2.2 +++ b/pygments/lexers/compiled.py	Sat Sep 19 11:03:24 2009 +0200
     2.3 @@ -1662,11 +1662,12 @@
     2.4          ],
     2.5      }
     2.6  
     2.7 +
     2.8  class OocLexer(RegexLexer):
     2.9      """
    2.10      For `Ooc`<http://ooc-lang.org/>_ source code
    2.11  
    2.12 -    *New in Pygments 1.1.2.*
    2.13 +    *New in Pygments 1.2.*
    2.14      """
    2.15      name = 'Ooc'
    2.16      aliases = ['ooc']
     3.1 --- a/pygments/lexers/text.py	Sat Sep 19 11:03:19 2009 +0200
     3.2 +++ b/pygments/lexers/text.py	Sat Sep 19 11:03:24 2009 +0200
     3.3 @@ -1506,6 +1506,7 @@
     3.4          ],
     3.5      }
     3.6  
     3.7 +
     3.8  class CMakeLexer(RegexLexer):
     3.9      """
    3.10      Lexer for `CMake <http://cmake.org/Wiki/CMake>`_ files.

mercurial