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**
0 commit comments