diff options
author | John Donoghue <john.donoghue@ieee.org> | 2017-06-29 07:54:05 -0400 |
---|---|---|
committer | John Donoghue <john.donoghue@ieee.org> | 2017-06-29 07:54:05 -0400 |
commit | 9c38cba4055ac8e4cd9fd92774c2c46e50c3bcf7 (patch) | |
tree | a5ffe0d3c3ad23d895249fcec83a6cf1f95785aa /doc/ScintillaHistory.html | |
parent | 1df9c8ad39efea4595abfcc9a7305b72a4cf7565 (diff) | |
download | scintilla-mirror-9c38cba4055ac8e4cd9fd92774c2c46e50c3bcf7.tar.gz |
Bug [#1951]. matlab lexer - dont use 'end' as a keyword when used as a index.
(ColouriseMatlabOctaveDoc) - set end as a number if within brackets ()[]{}
that would allow end as an index rather than a keyword.
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> |