Skip to content

Commit ba6f51d

Browse files
committed
0.3.0
1 parent c88f2de commit ba6f51d

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

CHANGELOG.md

+23-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
11
# Changelog
2-
## 0.2.1
3-
_unreleased_
2+
## 0.3.0
3+
_12 April 2022_
44

55
**Additions**
6-
- Syntax highlighting for `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`
7-
- Highlighting for `Class`, `Exit`, `IIF`, `Get`, `Static`, `Property`, `Like`, `Xor` (without autotests)
6+
- Highlighting keywords: `And`, `Case`, `Case Else`, `Currency`, `Date`, `If`, `Is`, `Else`,
7+
`ElseIf`, `Empty`, `End If`, `End Select`, `End With`, `False`, `Let`, `Mod`, `Not`, `Null`,
8+
`Select Case`, `Then`, `Or`, `ReDim`, `Preserve`, `To`, `True`, `Step`, `ByRef`, `ByVal`,
9+
`Class`, `Exit`, `IIF`, `Get`, `Static`, `Property`, `Like`, `Xor`, `On Error`, `GoTo`
10+
> Note: not all are covered by syntax tests
11+
- Highlight names of function declarations
12+
- Highlight date literals
13+
14+
**Changes**
15+
- Publish minified JSON files
16+
- Exclude more unnecessary files from published package
817

918
**Fixes**
10-
- Syntax numbers (remove binary numbers)
19+
- Remove invalid binary number highlighting
20+
- Do not highlight numbers in variable names
21+
22+
**Engineering**
23+
- Extension is available on Open VSX registry
24+
- Convert language grammar and configuration to YAML
25+
- Use CI to create and publish releases
26+
- Update contribution docs
27+
- Add npm script `install-dev-ext`
1128

1229
## 0.2.0
1330
_2 April 2022_
@@ -17,7 +34,7 @@ _2 April 2022_
1734

1835
**Fixes**
1936
- syntax highlighting for `Call`
20-
- highlight octal and hexadecimal numbers (thanks @bopoh13 #33)
37+
- highlight octal and hexadecimal numbers (#33)
2138
- highlight binary numbers
2239

2340
**Engineering and Docs**

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 support for VS Code.",
55
"icon": "images/icon_256x256.png",
6-
"version": "0.2.1-dev",
6+
"version": "0.3.0",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)