diff options
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index dd23f9abc..7d9f99413 100644 --- a/doc/index.html +++ b/doc/index.html @@ -71,7 +71,8 @@ </tr> </table> <ul id="versionlist"> - <li>Version 2.20 implements lexers as objects so they may maintain additional state.</li> + <li>Version 2.20 implements lexers as objects so they may retain additional state. + The C++ lexer understands the preprocessor enough to grey-out inactive code due to conditional compilation </li> <li>Version 2.12 improves drawing speed and fixes bugs.</li> <li>Version 2.11 fixes compatibility with the C language.</li> <li>Version 2.10 performs case insensitive search and upper and lower casing for non-ASCII characters. |