Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serkonda7 committed Apr 12, 2022
1 parent c88f2de commit ba6f51d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
29 changes: 23 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
# Changelog
## 0.2.1
_unreleased_
## 0.3.0
_12 April 2022_

**Additions**
- 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`
- Highlighting for `Class`, `Exit`, `IIF`, `Get`, `Static`, `Property`, `Like`, `Xor` (without autotests)
- 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`
> Note: not all are covered by syntax tests
- Highlight names of function declarations
- Highlight date literals

**Changes**
- Publish minified JSON files
- Exclude more unnecessary files from published package

**Fixes**
- Syntax numbers (remove binary numbers)
- Remove invalid binary number highlighting
- Do not highlight numbers in variable names

**Engineering**
- Extension is available on Open VSX registry
- Convert language grammar and configuration to YAML
- Use CI to create and publish releases
- Update contribution docs
- Add npm script `install-dev-ext`

## 0.2.0
_2 April 2022_
Expand All @@ -17,7 +34,7 @@ _2 April 2022_

**Fixes**
- syntax highlighting for `Call`
- highlight octal and hexadecimal numbers (thanks @bopoh13 #33)
- highlight octal and hexadecimal numbers (#33)
- highlight binary numbers

**Engineering and Docs**
Expand Down
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 support for VS Code.",
"icon": "images/icon_256x256.png",
"version": "0.2.1-dev",
"version": "0.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit ba6f51d

Please sign in to comment.