diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f84075717..ed8e947a2 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -553,6 +553,11 @@ 'Ctrl+L|SCI_LINEDELETE|'. </li> <li> + The Matlab lexer treats 'end' as a number rather than a keyword when used as a index. + This also stops incorrect folding. + <a href="http://sourceforge.net/p/scintilla/bugs/1951/">Bug #1951</a>. + </li> + <li> The Rust lexer recognizes 'usize' numeric literal suffixes. <a href="http://sourceforge.net/p/scintilla/bugs/1919/">Bug #1919</a>. </li> |