perl regex
Status: Beta
Brought to you by:
gnombat
Hi,
I found that some perl regex where not correctly colorized, when the regex-separator (/) is escaped (\/) and when multiple regex are on the same line.
I provide a patch of the perl.lang file.
Still have matter with s/ / / versions ( I found a potential fix but non-greedy matches seams to not works, I have add a comment in the source)
You can found a script sample at the following URL : http://nicolas.georges.fr.free.fr/index.php?post/2011/05/21/About-Syntax-highlighting
perl language definition (some regex fixed)