We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Name of the lexer PowerShell
Code sample A sample of the code that produces the bug.
function Write-Log { Param( $Message, $Path = "L:\IISSiteAudit.txt" ) function TS { return "[{0:MM/dd/yy} {0:HH:mm:ss}]" -f (Get-Date) } "$(TS) $Message" | Tee-Object -FilePath $Path -Append | Write-Verbose }
Sample on rouge.jneen.net.
Additional context Specifically, characters after the "$() get mangled as if they're all part of the string -- even after the closing " character.
"$()
"
Originally observed via GitLab 14.3.2. Re-produced locally with Rogue v3.26.1 via rougify,
rougify
The text was updated successfully, but these errors were encountered:
Has been an annoyance of mine in GitLab for some time and when I saw it still existed in 15.1 I started seeing if it was raised as an issue.
Would very much love to see some movement on this one :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Name of the lexer
PowerShell
Code sample
A sample of the code that produces the bug.
Sample on rouge.jneen.net.
Additional context
Specifically, characters after the
"$()
get mangled as if they're all part of the string -- even after the closing"
character.Originally observed via GitLab 14.3.2. Re-produced locally with Rogue v3.26.1 via
rougify
,The text was updated successfully, but these errors were encountered: