Re: [Matlab-emacs-discuss] Patch for matlab.el to support string

2018-10-01 Thread Eric Ludlam
Thanks Uwe! Eric -Original Message- From: Uwe Brauer Sent: Saturday, September 29, 2018 9:53 AM To: Eric Ludlam Cc: matlab-emacs-discuss@lists.sourceforge.net Subject: Re: [Matlab-emacs-discuss] Patch for matlab.el to support string >>> "Eric" == Eric Ludlam

Re: [Matlab-emacs-discuss] Patch for matlab.el to support string

2018-09-29 Thread Uwe Brauer
>>> "Eric" == Eric Ludlam writes: > The attached patch adds support for Strings in matlab-mode. Applied to the sf and github repo. Thanks Eric smime.p7s Description: S/MIME cryptographic signature ___ Matlab-emacs-discuss mailing list Matlab-emacs

[Matlab-emacs-discuss] Patch for matlab.el to support string

2018-09-28 Thread Eric Ludlam
The attached patch adds support for Strings in matlab-mode. Previously, character vectors such as: a = 'char vector' a = 'char '' vector' were supported. This patch enables b = "string scalar" b = "string "" scalar" to also be highlighted. There is one bug remaining which is that: a = 'unt