Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Geobomatic on October 07, 2019, 12:00:32

Title: Color syntax formatting: multilines regex?
Post by: Geobomatic on October 07, 2019, 12:00:32
Hi,

I'm trying to match
Code: [Select]
/\*.*\*/ for multilines comments in C/C++ code but it works only for /* ... */ on one line.

Am I missing something or it is a limitation in the engine?

Regards,
Title: Re: Color syntax formatting: multilines regex?
Post by: AlanJB on October 07, 2019, 16:22:26
AFAIK, MCs RegEx engine does not support multiline searching.
Title: Re: Color syntax formatting: multilines regex?
Post by: Geobomatic on October 07, 2019, 16:50:06
I see :) thanks for the answer :D