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
>>> "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
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