in reply to Re: How to define a list of regular expressions?
in thread How to define a list of regular expressions?

I don't know a single editor that can properly syntax-highlight arbitary perl code. Some editors are rather clever, but some are already confused when the code contains POD. Quotes in regular expressions with slash-replacements confuse all editors I know.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^2: How to define a list of regular expressions?

Replies are listed 'Best First'.
Re^3: How to define a list of regular expressions?
by Anonymous Monk on Jul 01, 2009 at 14:49 UTC
    Quotes in regular expressions with slash-replacements confuse all editors I know.

    You must not know Scintilla based editors (scite/notepad++...) or jEdit :)