-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
buggood first issueShould be easier for first time contributorsShould be easier for first time contributorshelp welcomeCould use help from communityCould use help from communitylanguage
Description
Describe the issue
Date literals are not highlighting correctly
Which language seems to have the issue?
VB.Net (and Stack Overflow uses VB.Net to highlight VBA and VBscript as well, which have the same syntax and so same problem)
Are you using highlight or highlightAuto?
Not using auto detection, using language tags
...
Sample Code to Reproduce
Sub TestDateLiteral()
Dim Anne As Person, Bill As Person
Set Anne = Person.Factory("Anne", "F") 'No Date Literal
Set Bill = Person.Factory(#7/26/1970#, "Bill", "M") 'With Date Literal
End SubMetadata
Metadata
Assignees
Labels
buggood first issueShould be easier for first time contributorsShould be easier for first time contributorshelp welcomeCould use help from communityCould use help from communitylanguage