We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a315d3 commit 020424bCopy full SHA for 020424b
CHANGELOG.md
@@ -1,4 +1,11 @@
1
# Changelog
2
+## 0.4.0
3
+_01 August 2022_
4
+
5
+**Fixes**
6
+- Highlight `Public` and `Private` in module scope declarations
7
+- Remove invalid highlight of array declarations and indexing
8
9
## 0.3.0
10
_12 April 2022_
11
package.json
@@ -3,7 +3,7 @@
"displayName": "VBA",
"description": "Visual Basic for Applications support for VS Code.",
"icon": "images/icon_256x256.png",
- "version": "0.3.1-dev",
+ "version": "0.4.0",
"license": "MIT",
"repository": {
"type": "git",
0 commit comments