You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the escaped single quote near the end, the syntax highlighter gets confused and colors everything as a string after that.
Thanks
pj
The text was updated successfully, but these errors were encountered:
pjdurai
changed the title
Syntax highlighting issue with an excaped single quote inside qx
Syntax highlighting issue with an escaped single quote inside qx
Nov 9, 2020
pjdurai
changed the title
Syntax highlighting issue with an escaped single quote inside qx
Syntax highlighting issue with an escaped single quote inside qq
Nov 9, 2020
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
The text was updated successfully, but these errors were encountered: