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

Should label syntax allow to use `SIMPLE_ID` or `ALNUM`? #202

Open ForNeVeR opened 6 months ago

ForNeVeR commented 6 months ago

See the code near this line: of our BNF definition: https://github.com/ant-druha/intellij-powershell/blob/baccc65fb41e834e8eb66642911f1a1259926856/src/main/resources/PowerShell.bnf#L816

Should we use ALNUM or SIMPLE_ID for labels in PowerShell language? Consult with the actual implementation.