Skip to content

Commit e6d65cb

Browse files
committed
0.9.0
1 parent 01c8c9c commit e6d65cb

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog
2+
## 0.9.0
3+
_07 June 2023_
4+
5+
**Additions**
6+
- Proper highlighting for `REM` comments
7+
- Multiline comments with `_` work now
8+
9+
**Fixes**
10+
- Limit lookbehinds to a fixed length
11+
12+
**Engineering**
13+
- Switch License to MPL-2.0
14+
- CI: Convert the grammars to JSON for use by GitHub Linguist
15+
- Replace TypeScript with Bait
16+
17+
218
## 0.8.1
319
_26 February 2023_
420

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "VBA",
44
"description": "Visual Basic for Applications and WinWrap Basic support for VS Code.",
55
"icon": "images/icon_256x256.png",
6-
"version": "0.8.1",
6+
"version": "0.9.0",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)