[Github-comments] [geany/geany] PowerShell Quote Escaping improperly highlighted (#1652)

Michael Gruben-Trejo notifications at xxxxx
Thu Oct 19 13:42:45 UTC 2017


Hey there,

I am working in a .ps1 file, and the document filetype is set to Powershell.

My source is:
```Powershell
"Test message `"$var`" rest of test message"
Continue
```

In `geany`, that text that looks like this:
![as-is](https://user-images.githubusercontent.com/6686712/31773614-23f887c6-b498-11e7-97c8-379801b4e3fc.png)

The issue appears to be that, although the Powershell lexer is capable of escaping `"` by use of `` ` ``, it is not capable of escaping `"` while already inside a double quote state.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1652
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171019/44fe97fa/attachment.html>


More information about the Github-comments mailing list