intellij-powershell icon indicating copy to clipboard operation
intellij-powershell copied to clipboard

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

Open ForNeVeR opened this issue 1 year ago • 0 comments

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.

ForNeVeR avatar Mar 03 '24 22:03 ForNeVeR