ant-druha / intellij-powershell

Adds PowerShell language support to IntelliJ-based IDEs.
https://plugins.jetbrains.com/plugin/10249-powershell
Apache License 2.0
71 stars 20 forks source link

Lexer and parser generation: migrate to auto-generated by Gradle #206

Closed ForNeVeR closed 6 months ago

ForNeVeR commented 6 months ago

To do that, I've migrated to Grammar-Kit Gradle plugin, and also updated the PSI util usages to move to extension properties or mixin classes.