Skip to content

Commit c5a6902

Browse files
author
Lukas Neubert
committed
0.1.2
1 parent 55cf3d4 commit c5a6902

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## 0.1.2
3+
_14 October 2021_
4+
5+
**Fixes**
6+
- Syntax highlighting for `Sub`, `Function`, `End` and `As` keywords
7+
- Highlight builtin types
8+
- Highlight number literals
9+
210
## 0.1.1
311
_14 October 2021_
412

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.1",
5+
"version": "0.1.2",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)