From 31134f985d706f10c79aac22550670961ffeb510 Mon Sep 17 00:00:00 2001 From: John Donoghue Date: Thu, 29 Jun 2017 07:54:05 -0400 Subject: Backport: 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. Backport of changeset 6332:15f61ea20276. --- doc/ScintillaHistory.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 934c23cd2..383052e84 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -539,6 +539,11 @@ An SCN_AUTOCSELECTIONCHANGE notification is sent when items are highlighted in an autocompletion or user list.
  • + 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