Keywords after an equal sign

Hello,

There are some instances where I need to disable syntax coloring for some keywords that follow an equal ("=") sign? For example:

Case 1: the keyword "data" is colored

proc means data=work.mydataset;
run;

Case 2: Rule: Every word after the keyword "%let" is NOT colored, even if it is a keyword!

Line 1: %let data="work.mydataset";

Line 2: proc means data=&data;

In line 1, the keyword "data" is not colored.
In line 2, the keyword "data" before the "=" sign is colored, but the one after the "=" sign is not.

Is there a workaround for the above examples?

Thanks, Audi









1 Reply

HK Hemaladha K Syncfusion Team September 23, 2008 10:23 AM UTC

Hi Audi,

Thank you for your interest Syncfusion Products.

Could you please follow the below incident thread for more details.
http://www.syncfusion.com/Support/DirectTrac/incidentview.aspx?incidentID=49911

Please let me know if any concerns.

Regards,
Hema


Loader.
Up arrow icon