From 9c38cba4055ac8e4cd9fd92774c2c46e50c3bcf7 Mon Sep 17 00:00:00 2001 From: John Donoghue Date: Thu, 29 Jun 2017 07:54:05 -0400 Subject: 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. --- doc/ScintillaHistory.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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|'.
  • + The Matlab lexer treats 'end' as a number rather than a keyword when used as a index. + This also stops incorrect folding. + Bug #1951. +
  • +
  • The Rust lexer recognizes 'usize' numeric literal suffixes. Bug #1919.
  • -- cgit v1.2.3