Skip to content

Commit 6f43a04

Browse files
author
Lukas Neubert
committed
0.1.3
1 parent cdab20a commit 6f43a04

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Changelog
2+
## 0.1.3
3+
_6 November 2021_
4+
5+
**Fixes**
6+
- Syntax highlighting for `Optional`, `Dim`, `Const`, `New`, `Nothin` and `Set` keywords
7+
- Highlighting of string literals
8+
- Highlighting for `With`, `For`, `Each`, `In` and `Next` keywords
9+
- Highlight unsigned number postfixes
10+
11+
**Engineering**
12+
- ci: run on weekly schedule
13+
214
## 0.1.2
315
_14 October 2021_
416

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.2",
5+
"version": "0.1.3",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)