1
1
# Changelog
2
- ## 0.2.1
3
- _ unreleased _
2
+ ## 0.3.0
3
+ _ 12 April 2022 _
4
4
5
5
** 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
8
17
9
18
** 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 `
11
28
12
29
## 0.2.0
13
30
_ 2 April 2022_
@@ -17,7 +34,7 @@ _2 April 2022_
17
34
18
35
** Fixes**
19
36
- syntax highlighting for ` Call `
20
- - highlight octal and hexadecimal numbers (thanks @ bopoh13 #33 )
37
+ - highlight octal and hexadecimal numbers (#33 )
21
38
- highlight binary numbers
22
39
23
40
** Engineering and Docs**
0 commit comments