@@ -28,237 +28,8 @@ _2025-04-09_
2828- Update readme
2929
3030
31- ## 0.11.2
32- _ 2024-11-26_
33- - Fix grammar issue due to lookbehind ([ GH-119 ] ( https://github.com/serkonda7/vscode-vba/pull/119 ) )
34-
35-
36- ## 0.11.1
37- _ 2024-08-21_
38- - Highlight ` Global ` visibility modifier
39- - build: update vsce to 3.0.0
40-
41-
42- ## 0.11.0
43- _ 2024-07-12_
44- - Enable _ vscode.dev_ support
45- - build: replace Bait with JS
46- - build: update dependencies
47-
48-
49- ## 0.10.2
50- _ 2024-03-01_
51-
52- - Require VS Code >= ` 1.82 `
53- - Add snippets related to ` If-Else ` , ` Sub ` and ` Function `
54- - Change icon to match GitHub Explore
55- - Improve documentation
56- - Code refactorings
57-
58-
59- ## 0.9.6
60- _ 2024-02-02_
61-
62- - Limit string highlighting to a single line
63- - Associate ` .doccls ` file extension
64- - build: Switch from npm to pnpm
65-
66-
67- ## 0.9.5
68- _ 2023-12-02_
69-
70- - Remove invalid highlighting of ` Width `
71- - Preparations for the macro import/export feature
72-
73-
74- ## 0.9.4
75- _ 2023-12-01_
76-
77- - Highlight ` Implements ` keyword
78- - Highlight lot's of I/O-related keywords
79-
80-
81- ## 0.9.3
82- _ 2023-09-24_
83-
84- - Highlight begin of metadata section
85- - Minor readme fix
86-
87-
88- ## 0.9.2
89- _ 2023-09-23_
90-
91- - Highlight custom types with underscores or numbers
92- - Documentation updates
93-
94-
95- ## 0.9.1
96- _ 2023-07-30_
97-
98- - Associate the ` .vba ` file extension with VBA
99- - Highlight ` Static ` in variable declarations
100-
101-
102- ## 0.9.0
103- _ 2023-06-07_
104-
105- ** Additions**
106- - Proper highlighting for ` REM ` comments
107- - Multiline comments with ` _ ` work now
108-
109- ** Fixes**
110- - Limit lookbehinds to a fixed length
111-
112- ** Engineering**
113- - Switch License to MPL-2.0
114- - CI: Convert the grammars to JSON for use by GitHub Linguist
115- - Replace TypeScript with Bait
116-
117-
118- ## 0.8.1
119- _ 2023-02-26_
120-
121- - VBA: highlight ` Enum ` keyword
122- - WWB: keywords match case insensitive
123- - Require VS Code >= ` 1.74.0 `
124-
125-
126- ## 0.8.0
127- _ 2022-11-02_
128-
129- ** Additions**
130- - Syntax highlighting for the WinWrap Basic language
131- - Highlight vba keywords ` Eqv ` , ` Imp ` , ` TypeOf ` , ` AddressOf ` , ` WithEvents ` , ` Event ` , ` RaiseEvent ` ,
132- ` Erase ` and ` Any `
133-
134- ** Fixes**
135- - Highlight ` Exit ` at line start and after tabs
136- - Do not highlight as type after a word ending with ` As `
137-
138- ** Docs and Engineering**
139- - ci: run test job on windows too
140- - contributing: add small section about issue reporting
141-
142-
143- ## 0.7.0
144- _ 2022-10-18_
145-
146- ** Additions**
147- - Highlight ` Friend ` keyword
148- - Highlight Do-While loop variants
149-
150- ** Changes**
151- - logo: change text from black to white
152- - readme: fix download count badges
153-
154-
155- ## 0.6.0
156- _ 2022-08-09_
157-
158- ** Additions**
159- - Enable the extension in untrusted workspaces by default
160-
161-
162- ## 0.5.0
163- _ 2022-08-04_
164-
165- ** Additions**
166- - Highlight custom types after ` As `
167-
168- ** Fixes**
169- - Fix readme typo and license links
170-
171-
172- ## 0.4.0
173- _ 2022-08-01_
174-
175- ** Fixes**
176- - Highlight ` Public ` and ` Private ` in module scope declarations
177- - Remove invalid highlight of array declarations and indexing
178-
179-
180- ## 0.3.0
181- _ 2022-04-12_
182-
183- ** Additions**
184- - Highlighting keywords: ` And ` , ` Case ` , ` Case Else ` , ` Currency ` , ` Date ` , ` If ` , ` Is ` , ` Else ` ,
185- ` ElseIf ` , ` Empty ` , ` End If ` , ` End Select ` , ` End With ` , ` False ` , ` Let ` , ` Mod ` , ` Not ` , ` Null ` ,
186- ` Select Case ` , ` Then ` , ` Or ` , ` ReDim ` , ` Preserve ` , ` To ` , ` True ` , ` Step ` , ` ByRef ` , ` ByVal ` ,
187- ` Class ` , ` Exit ` , ` Get ` , ` Static ` , ` Property ` , ` Like ` , ` Xor ` , ` On Error ` , ` GoTo `
188- > Note: not all are covered by syntax tests
189- - Highlight names of function declarations
190- - Highlight date literals
191-
192- ** Changes**
193- - Publish minified JSON files
194- - Exclude more unnecessary files from published package
195-
196- ** Fixes**
197- - Remove invalid binary number highlighting
198- - Do not highlight numbers in variable names
199-
200- ** Engineering**
201- - Extension is available on Open VSX registry
202- - Convert language grammar and configuration to YAML
203- - Use CI to create and publish releases
204- - Update contribution docs
205- - Add npm script ` install-dev-ext `
206-
207-
208- ## 0.2.0
209- _ 2022-04-02_
210-
211- ** Additions**
212- - add extension icon
213-
214- ** Fixes**
215- - syntax highlighting for ` Call `
216- - highlight octal and hexadecimal numbers (#33 )
217- - highlight binary numbers
218-
219- ** Engineering and Docs**
220- - docs: add CONTRIBUTING.md
221- - docs: add issue templates
222- - ci: remove scheduled run again
223- - dependency updates
224-
225-
226- ## 0.1.3
227- _ 2021-11-06_
228-
229- ** Fixes**
230- - Syntax highlighting for ` Optional ` , ` Dim ` , ` Const ` , ` New ` , ` Nothing ` and ` Set ` keywords
231- - Highlighting of string literals
232- - Highlighting for ` With ` , ` For ` , ` Each ` , ` In ` and ` Next ` keywords
233- - Highlight unsigned number postfixes
234-
235- ** Engineering**
236- - ci: run on weekly schedule
237-
238-
239- ## 0.1.2
240- _ 2021-10-14_
241-
242- ** Fixes**
243- - Syntax highlighting for ` Sub ` , ` Function ` , ` End ` and ` As ` keywords
244- - Highlight builtin types
245- - Highlight number literals
246-
247-
248- ## 0.1.1
249- _ 2021-10-14_
250-
251- ** Fixes**
252- - Syntax highlighting of ` Public ` and ` Private `
253- - Highlighting of various ` Option ` statements
254- - Highlighting of ` Attribute `
255-
256-
257- ## 0.1.0
258- _ 2021-10-05_
259-
260- - Initial release
261-
31+ ## Changes before 1.0.0
32+ _ To [ 0.x changelog] ( docs/changelog_v0.md ) _
26233
26334<!-- links -->
26435[ gh-130 ] : https://github.com/serkonda7/vscode-vba/pull/130
0 commit comments