-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
It's my understanding that the Illegal attribute is used in the auto language identifier to trigger an early bail-out when a keyword is encountered that definitely isn't in the language. This is what you've got:
Line 37 in ec940fd
| illegal: '//|{|}|endif|gosub|^\\$ ', /* reserved deprecated keywords */ |
However VBA does contain GoSub , and almost endif as well (you can enter endif in the IDE and it is auto-expanded to End If)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels