We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab08c68 commit a9ead8aCopy full SHA for a9ead8a
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# Changelog
2
+## 0.1.1
3
+_14 October 2021_
4
+
5
+**Fixes**
6
+- Syntax highlighting of `Public` and `Private`
7
+- Highlighting of various `Option` statements
8
+- Highlighting of `Attribute`
9
10
11
## 0.1.0
12
_5 October 2021_
13
package.json
@@ -2,7 +2,7 @@
"name": "vscode-vba",
"displayName": "VBA",
"description": "Visual Basic language support for VS Code.",
- "version": "0.1.0",
+ "version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
0 commit comments