Skip to content

Conversation

@JohnRoos
Copy link
Contributor

@JohnRoos JohnRoos commented Nov 8, 2022

Problem:
Variables inside doublequoted strings were not highlighted properly in PowerShell. The variables looked like they do when using singlequoted strings.

Solution:
Added rules and tests for variables inside doublequoted strings in PowerShell.

It took me a while to understand how the lexers work, but I think I have understood it properly. I could not find any contributing guidelines so I hope I have not broken any rules now :)

@alecthomas alecthomas merged commit 42e5421 into alecthomas:master Nov 11, 2022
@alecthomas
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants