Perl Syntax highlighting breaks in the middle of the following code:
if ($line =~ /^\s*
(\S+) # key
\s+=\s+ # =
\"([^"]+)\" # "value"
\s*$/x) {
my ($key, $value) = ($1, $2);
$settings->{$key} = $value;-- <http://forum.pspad.com/read.php?6,59130,59157> PSPad freeware editor http://www.pspad.com
