Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serkonda7 committed Nov 3, 2022
1 parent e4e3b9e commit 265e4ff
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Changelog
## 0.8.0
_02 November 2022_

**Additions**
- Syntax highlighting for the WinWrap Basic language
- Highlight vba keywords `Eqv`, `Imp`, `TypeOf`, `AddressOf`, `WithEvents`, `Event`, `RaiseEvent`,
`Erase` and `Any`

**Fixes**
- Highlight `Exit` at line start and after tabs
- Do not highlight as type after a word ending with `As`

**Docs and Engineering**
- ci: run test job on windows too
- contributing: add small section about issue reporting


## 0.7.0
_18 October 2022_

Expand Down Expand Up @@ -43,7 +60,7 @@ _12 April 2022_
- Highlighting keywords: `And`, `Case`, `Case Else`, `Currency`, `Date`, `If`, `Is`, `Else`,
`ElseIf`, `Empty`, `End If`, `End Select`, `End With`, `False`, `Let`, `Mod`, `Not`, `Null`,
`Select Case`, `Then`, `Or`, `ReDim`, `Preserve`, `To`, `True`, `Step`, `ByRef`, `ByVal`,
`Class`, `Exit`, `IIF`, `Get`, `Static`, `Property`, `Like`, `Xor`, `On Error`, `GoTo`
`Class`, `Exit`, `Get`, `Static`, `Property`, `Like`, `Xor`, `On Error`, `GoTo`
> Note: not all are covered by syntax tests
- Highlight names of function declarations
- Highlight date literals
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.0-dev",
"version": "0.8.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 265e4ff

Please sign in to comment.