You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:highlightjs-vba/src/vba.js
Line 37 in ec940fd
However VBA does contain
GoSub
, and almostendif
as well (you can enter endif in the IDE and it is auto-expanded to End If)The text was updated successfully, but these errors were encountered: