|
1 | 1 | # Changelog
|
| 2 | +## 0.8.0 |
| 3 | +_02 November 2022_ |
| 4 | + |
| 5 | +**Additions** |
| 6 | +- Syntax highlighting for the WinWrap Basic language |
| 7 | +- Highlight vba keywords `Eqv`, `Imp`, `TypeOf`, `AddressOf`, `WithEvents`, `Event`, `RaiseEvent`, |
| 8 | + `Erase` and `Any` |
| 9 | + |
| 10 | +**Fixes** |
| 11 | +- Highlight `Exit` at line start and after tabs |
| 12 | +- Do not highlight as type after a word ending with `As` |
| 13 | + |
| 14 | +**Docs and Engineering** |
| 15 | +- ci: run test job on windows too |
| 16 | +- contributing: add small section about issue reporting |
| 17 | + |
| 18 | + |
2 | 19 | ## 0.7.0
|
3 | 20 | _18 October 2022_
|
4 | 21 |
|
@@ -43,7 +60,7 @@ _12 April 2022_
|
43 | 60 | - Highlighting keywords: `And`, `Case`, `Case Else`, `Currency`, `Date`, `If`, `Is`, `Else`,
|
44 | 61 | `ElseIf`, `Empty`, `End If`, `End Select`, `End With`, `False`, `Let`, `Mod`, `Not`, `Null`,
|
45 | 62 | `Select Case`, `Then`, `Or`, `ReDim`, `Preserve`, `To`, `True`, `Step`, `ByRef`, `ByVal`,
|
46 |
| - `Class`, `Exit`, `IIF`, `Get`, `Static`, `Property`, `Like`, `Xor`, `On Error`, `GoTo` |
| 63 | + `Class`, `Exit`, `Get`, `Static`, `Property`, `Like`, `Xor`, `On Error`, `GoTo` |
47 | 64 | > Note: not all are covered by syntax tests
|
48 | 65 | - Highlight names of function declarations
|
49 | 66 | - Highlight date literals
|
|
0 commit comments