Syntax highlight for perl in Emacs is broken, is there a fix?
问题 I'm a perl programmer and a new emacs user. I'm under Windows, using cperl-mode for editing perl. Emacs version is 24.2.1. Here's a screenshot with some sample code: (source: breqwas.net) Obvious bug: it highlights arrays, hashes and non-quoted literal values in ( a => "b" ) style lists inside comments One more bug: it highligts the first word in a regular expression as an array because of non-default quote symbol Not a bug, but looks weird: it highlights arrays and hashes any time when they