in reply to Creating Perl5 plugin for Intellij IDEA (Camelcade)

The Scintilla editing widget has decent syntax highlighting for Perl and is used by several editors and IDEs. It is open source, so you could try "mining" it for Perl parsing logic.
  • Comment on Re: Creating Perl5 plugin for Intellij IDEA