Should label syntax allow to use SIMPLE_ID
or ALNUM
?
#202
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
parser
Issues related to PowerShell script parsing
See the code near this line: of our BNF definition:
intellij-powershell/src/main/resources/PowerShell.bnf
Line 816 in baccc65
Should we use
ALNUM
orSIMPLE_ID
for labels in PowerShell language? Consult with the actual implementation.The text was updated successfully, but these errors were encountered: