Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serkonda7 committed Jun 7, 2023
1 parent 01c8c9c commit e6d65cb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Changelog
## 0.9.0
_07 June 2023_

**Additions**
- Proper highlighting for `REM` comments
- Multiline comments with `_` work now

**Fixes**
- Limit lookbehinds to a fixed length

**Engineering**
- Switch License to MPL-2.0
- CI: Convert the grammars to JSON for use by GitHub Linguist
- Replace TypeScript with Bait


## 0.8.1
_26 February 2023_

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "VBA",
"description": "Visual Basic for Applications and WinWrap Basic support for VS Code.",
"icon": "images/icon_256x256.png",
"version": "0.8.1",
"version": "0.9.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit e6d65cb

Please sign in to comment.