diff options
author | Matt Gilarde <devnull@localhost> | 2016-02-25 10:40:20 +1100 |
---|---|---|
committer | Matt Gilarde <devnull@localhost> | 2016-02-25 10:40:20 +1100 |
commit | 7d65b2507330ccb9f7ec5ee2638c08a335f658d2 (patch) | |
tree | 88fa2f67d47a2f5f6ec0bf3e7094ebb11ffffa7b /doc | |
parent | d6e74b800671afa205df8d2d82845963da973c2f (diff) | |
download | scintilla-mirror-7d65b2507330ccb9f7ec5ee2638c08a335f658d2.tar.gz |
Support hexadecimal numeric literals.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f1f0a514f..758877d9c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -515,7 +515,8 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1799/">Bug #1799</a>.<br /> </li> <li> - The Progress lexer supports single-line comments, abbreviated keywords and + The Progress lexer supports hexadecimal numeric literals, + single-line comments, abbreviated keywords and extends nested comments to unlimited levels. </li> <li> |