diff options
author | murphy <murphy@rubychan.de> | 2010-01-01 06:18:35 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-01-01 06:18:35 +0000 |
commit | 9ec711fc9ce464e28fb5189ce034c12cf30687b2 (patch) | |
tree | 6a492dc1b9d4191bfceb7af443883264a9ace817 /Changes.textile | |
parent | b92af44362a2c7edcd9d68c021d10ed5e126ce78 (diff) | |
download | coderay-9ec711fc9ce464e28fb5189ce034c12cf30687b2.tar.gz |
Last changes.
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile index 19b91dd..e4f7c94 100644 --- a/Changes.textile +++ b/Changes.textile @@ -51,7 +51,7 @@ h3. @Encoders::CommentFilter@ Removes tokens of the @:comment@ class. h3. @Encoders::LinesOfCode@ - + * *NEW* Counts the lines of code according to the @KINDS_NOT_LOC@ token class list @@ -197,6 +197,9 @@ h3. @Plugin@ h3. @FileType@ * *NEW* @FileType[]@ takes @Pathname@ instances +* *NEW* regonizes @.cc@, @.cpp@, @.cp@, @.cxx@, @.c++@, @.C@, @.hh@, @.hpp@, @.h++@, @.cu@ extensions (C++) + + Thanks to Sander Cox and the TextMate C bundle. * *NEW* regonizes @.pas@, @.dpr@ extensions (Delphi) * *NEW* regonizes @.gvy@, @.groovy@ extensions (Groovy) * *NEW* regonizes @.php@, @.php3@, @.php4@, @.php5@ extensions (PHP) |