Skip to content

Commit a9ead8a

Browse files
author
Lukas Neubert
committed
0.1.1
1 parent ab08c68 commit a9ead8a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# 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+
211
## 0.1.0
312
_5 October 2021_
413

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-vba",
33
"displayName": "VBA",
44
"description": "Visual Basic language support for VS Code.",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)