raku-mode
raku-mode copied to clipboard
Syntax highlighting issue with an escaped single quote inside qq
Greetings,
With something like this:
$cmd = qq/kubectl patch secret $secret-name -n datahub --kubeconfig $kube-config-file \'$patch \' /;
After the escaped single quote near the end, the syntax highlighter gets confused and colors everything as a string after that.
Thanks pj