Skip to content

Commit 265e4ff

Browse files
committed
0.8.0
1 parent e4e3b9e commit 265e4ff

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
# Changelog
2+
## 0.8.0
3+
_02 November 2022_
4+
5+
**Additions**
6+
- Syntax highlighting for the WinWrap Basic language
7+
- Highlight vba keywords `Eqv`, `Imp`, `TypeOf`, `AddressOf`, `WithEvents`, `Event`, `RaiseEvent`,
8+
`Erase` and `Any`
9+
10+
**Fixes**
11+
- Highlight `Exit` at line start and after tabs
12+
- Do not highlight as type after a word ending with `As`
13+
14+
**Docs and Engineering**
15+
- ci: run test job on windows too
16+
- contributing: add small section about issue reporting
17+
18+
219
## 0.7.0
320
_18 October 2022_
421

@@ -43,7 +60,7 @@ _12 April 2022_
4360
- Highlighting keywords: `And`, `Case`, `Case Else`, `Currency`, `Date`, `If`, `Is`, `Else`,
4461
`ElseIf`, `Empty`, `End If`, `End Select`, `End With`, `False`, `Let`, `Mod`, `Not`, `Null`,
4562
`Select Case`, `Then`, `Or`, `ReDim`, `Preserve`, `To`, `True`, `Step`, `ByRef`, `ByVal`,
46-
`Class`, `Exit`, `IIF`, `Get`, `Static`, `Property`, `Like`, `Xor`, `On Error`, `GoTo`
63+
`Class`, `Exit`, `Get`, `Static`, `Property`, `Like`, `Xor`, `On Error`, `GoTo`
4764
> Note: not all are covered by syntax tests
4865
- Highlight names of function declarations
4966
- Highlight date literals

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.0-dev",
6+
"version": "0.8.0",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)