@@ -72,7 +72,7 @@ _2022-11-02_
7272** Additions**
7373- Syntax highlighting for the WinWrap Basic language
7474- Highlight vba keywords ` Eqv ` , ` Imp ` , ` TypeOf ` , ` AddressOf ` , ` WithEvents ` , ` Event ` , ` RaiseEvent ` ,
75- ` Erase ` and ` Any `
75+ ` Erase ` and ` Any `
7676
7777** Fixes**
7878- Highlight ` Exit ` at line start and after tabs
@@ -125,10 +125,10 @@ _2022-04-12_
125125
126126** Additions**
127127- Highlighting keywords: ` And ` , ` Case ` , ` Case Else ` , ` Currency ` , ` Date ` , ` If ` , ` Is ` , ` Else ` ,
128- ` ElseIf ` , ` Empty ` , ` End If ` , ` End Select ` , ` End With ` , ` False ` , ` Let ` , ` Mod ` , ` Not ` , ` Null ` ,
129- ` Select Case ` , ` Then ` , ` Or ` , ` ReDim ` , ` Preserve ` , ` To ` , ` True ` , ` Step ` , ` ByRef ` , ` ByVal ` ,
130- ` Class ` , ` Exit ` , ` Get ` , ` Static ` , ` Property ` , ` Like ` , ` Xor ` , ` On Error ` , ` GoTo `
131- > Note: not all are covered by syntax tests
128+ ` ElseIf ` , ` Empty ` , ` End If ` , ` End Select ` , ` End With ` , ` False ` , ` Let ` , ` Mod ` , ` Not ` , ` Null ` ,
129+ ` Select Case ` , ` Then ` , ` Or ` , ` ReDim ` , ` Preserve ` , ` To ` , ` True ` , ` Step ` , ` ByRef ` , ` ByVal ` ,
130+ ` Class ` , ` Exit ` , ` Get ` , ` Static ` , ` Property ` , ` Like ` , ` Xor ` , ` On Error ` , ` GoTo `
131+ > Note: not all are covered by syntax tests
132132- Highlight names of function declarations
133133- Highlight date literals
134134
0 commit comments