Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlighting issue with an escaped single quote inside qq #44

Open
pjdurai opened this issue Nov 9, 2020 · 0 comments
Open

Syntax highlighting issue with an escaped single quote inside qq #44

pjdurai opened this issue Nov 9, 2020 · 0 comments
Labels
Font-lock Issues involving syntax highlighting and coloring

Comments

@pjdurai
Copy link

pjdurai commented 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

@pjdurai 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 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
@matiaslina matiaslina added the Font-lock Issues involving syntax highlighting and coloring label Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Font-lock Issues involving syntax highlighting and coloring
Projects
None yet
Development

No branches or pull requests

2 participants