11# Changelog
22## 0.9.6
3- _ unreleased _
3+ _ 2024-02-02 _
44
55- Limit string highlighting to a single line
66- Associate ` .doccls ` file extension
77- Engineering: Switch from npm to pnpm
88
9+
910## 0.9.5
10- _ 2 December 2023 _
11+ _ 2023-12-02 _
1112
1213- Remove invalid highlighting of ` Width `
1314- Preparations for the macro import/export feature
1415
1516
1617## 0.9.4
17- _ 1 December 2023 _
18+ _ 2023-12-01 _
1819
1920- Highlight ` Implements ` keyword
2021- Highlight lot's of I/O-related keywords
2122
2223
2324## 0.9.3
24- _ 24 September 2023 _
25+ _ 2023-09-24 _
2526
2627- Highlight begin of metadata section
2728- Minor readme fix
2829
2930
3031## 0.9.2
31- _ 23 September 2023 _
32+ _ 2023-09-23 _
3233
3334- Highlight custom types with underscores or numbers
3435- Documentation updates
3536
3637
3738## 0.9.1
38- _ 30 July 2023 _
39+ _ 2023-07-30 _
3940
4041- Associate the ` .vba ` file extension with VBA
4142- Highlight ` Static ` in variable declarations
4243
4344
4445## 0.9.0
45- _ 07 June 2023 _
46+ _ 2023-06-07 _
4647
4748** Additions**
4849- Proper highlighting for ` REM ` comments
@@ -58,15 +59,15 @@ _07 June 2023_
5859
5960
6061## 0.8.1
61- _ 26 February 2023 _
62+ _ 2023-02-26 _
6263
6364- VBA: highlight ` Enum ` keyword
6465- WWB: keywords match case insensitive
6566- Require VS Code >= ` 1.74.0 `
6667
6768
6869## 0.8.0
69- _ 02 November 2022 _
70+ _ 2022-11-02 _
7071
7172** Additions**
7273- Syntax highlighting for the WinWrap Basic language
@@ -83,7 +84,7 @@ _02 November 2022_
8384
8485
8586## 0.7.0
86- _ 18 October 2022 _
87+ _ 2022-10-18 _
8788
8889** Additions**
8990- Highlight ` Friend ` keyword
@@ -95,14 +96,14 @@ _18 October 2022_
9596
9697
9798## 0.6.0
98- _ 09 August 2022 _
99+ _ 2022-08-09 _
99100
100101** Additions**
101102- Enable the extension in untrusted workspaces by default
102103
103104
104105## 0.5.0
105- _ 04 August 2022 _
106+ _ 2022-08-04 _
106107
107108** Additions**
108109- Highlight custom types after ` As `
@@ -112,15 +113,15 @@ _04 August 2022_
112113
113114
114115## 0.4.0
115- _ 01 August 2022 _
116+ _ 2022-08-01 _
116117
117118** Fixes**
118119- Highlight ` Public ` and ` Private ` in module scope declarations
119120- Remove invalid highlight of array declarations and indexing
120121
121122
122123## 0.3.0
123- _ 12 April 2022 _
124+ _ 2022-04-12 _
124125
125126** Additions**
126127- Highlighting keywords: ` And ` , ` Case ` , ` Case Else ` , ` Currency ` , ` Date ` , ` If ` , ` Is ` , ` Else ` ,
@@ -148,7 +149,7 @@ _12 April 2022_
148149
149150
150151## 0.2.0
151- _ 2 April 2022 _
152+ _ 2022-04-02 _
152153
153154** Additions**
154155- add extension icon
@@ -166,7 +167,7 @@ _2 April 2022_
166167
167168
168169## 0.1.3
169- _ 6 November 2021 _
170+ _ 2021-11-06 _
170171
171172** Fixes**
172173- Syntax highlighting for ` Optional ` , ` Dim ` , ` Const ` , ` New ` , ` Nothing ` and ` Set ` keywords
@@ -179,7 +180,7 @@ _6 November 2021_
179180
180181
181182## 0.1.2
182- _ 14 October 2021 _
183+ _ 2021-10-14 _
183184
184185** Fixes**
185186- Syntax highlighting for ` Sub ` , ` Function ` , ` End ` and ` As ` keywords
@@ -188,7 +189,7 @@ _14 October 2021_
188189
189190
190191## 0.1.1
191- _ 14 October 2021 _
192+ _ 2021-10-14 _
192193
193194** Fixes**
194195- Syntax highlighting of ` Public ` and ` Private `
@@ -197,6 +198,6 @@ _14 October 2021_
197198
198199
199200## 0.1.0
200- _ 5 October 2021 _
201+ _ 2021-10-05 _
201202
202203- Initial release
0 commit comments