summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-01-01 06:10:14 +0000
committermurphy <murphy@rubychan.de>2010-01-01 06:10:14 +0000
commit44fcff8ba9831cede39b02d9fdc866fe5ecf785c (patch)
tree6eb6a8f9192ef6dc969a78f2f1fb0fa6f6722522 /Changes.textile
parent4b904e78981c8a12a7b53c20b35434f51458b66d (diff)
downloadcoderay-44fcff8ba9831cede39b02d9fdc866fe5ecf785c.tar.gz
New method Scanner#lang.
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile
index 92efb28..19b91dd 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -105,6 +105,7 @@ h3. @Scanners::Scanner@
A list of all token classes not considered in LOC count.
Added appropriate values for scanners.
+* *NEW* method @#lang@ returns the scanner's lang, which is its @plugin_id@.
* *FIXED* automatic, safe UTF-8 detection _[Ruby 1.9]_
* *FIXED* column takes care of multibyte encodings _[Ruby 1.9]_
* *FIXED* is dumpable (@Tokens@ store their scanner in an @@scanner@ variable)