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

Fix invalid parenthesis state in PowerShell lexer #1222

Merged
merged 1 commit into from
Jun 25, 2019

Conversation

pyrmont
Copy link
Contributor

@pyrmont pyrmont commented Jun 25, 2019

The update to the Shell lexer made as a result of #1216 should have included an update to the PowerShell lexer. This is because the Shell lexer renamed the :paren state. Since the PowerShell lexer relies on this state, it needed to be updated to refer to the new state. This PR does that and fixes #1221.

The update to the Shell lexer made as a result of rouge-ruby#1216 should have
included an update to the PowerShell lexer. This is because the Shell
lexer renamed the `:paren` state. Since the PowerShell lexer relies on
this state, it needed to be updated to refer to the new state. This
commit does that.
@pyrmont pyrmont merged commit c754c4c into rouge-ruby:master Jun 25, 2019
@pyrmont pyrmont deleted the bugfix.powershell-update branch January 8, 2020 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Powershell Error in 3.5.0
1 participant