File tree Expand file tree Collapse file tree 4 files changed +23
-4
lines changed
Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 0.7.0
3+ _ 18 October 2022_
4+
5+ ** Additions**
6+ - Highlight ` Friend ` keyword
7+ - Highlight Do-While loop variants
8+
9+ ** Changes**
10+ - logo: change text from black to white
11+ - readme: fix download count badges
12+
13+
214## 0.6.0
315_ 09 August 2022_
416
517** Additions**
618- Enable the extension in untrusted workspaces by default
719
20+
821## 0.5.0
922_ 04 August 2022_
1023
@@ -14,13 +27,15 @@ _04 August 2022_
1427** Fixes**
1528- Fix readme typo and license links
1629
30+
1731## 0.4.0
1832_ 01 August 2022_
1933
2034** Fixes**
2135- Highlight ` Public ` and ` Private ` in module scope declarations
2236- Remove invalid highlight of array declarations and indexing
2337
38+
2439## 0.3.0
2540_ 12 April 2022_
2641
@@ -48,6 +63,7 @@ _12 April 2022_
4863- Update contribution docs
4964- Add npm script ` install-dev-ext `
5065
66+
5167## 0.2.0
5268_ 2 April 2022_
5369
@@ -65,6 +81,7 @@ _2 April 2022_
6581- ci: remove scheduled run again
6682- dependency updates
6783
84+
6885## 0.1.3
6986_ 6 November 2021_
7087
@@ -77,6 +94,7 @@ _6 November 2021_
7794** Engineering**
7895- ci: run on weekly schedule
7996
97+
8098## 0.1.2
8199_ 14 October 2021_
82100
@@ -85,6 +103,7 @@ _14 October 2021_
85103- Highlight builtin types
86104- Highlight number literals
87105
106+
88107## 0.1.1
89108_ 14 October 2021_
90109
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The only feature until now is syntax highlighting.
99## Installation
1010Launch the command palette (<kbd >Ctrl</kbd >+<kbd >P</kbd >) and run ` ext install serkonda7.vscode-vba ` .
1111
12- The extension is also available on Open VSX: https:// open-vsx.org/extension/serkonda7/vscode-vba
12+ The extension is also available on [ Open VSX] [ open-vsx ] .
1313
1414## Contributing
1515Any contributions are highly appreciated!
Original file line number Diff line number Diff line change 33 "displayName" : " VBA" ,
44 "description" : " Visual Basic for Applications support for VS Code." ,
55 "icon" : " images/icon_256x256.png" ,
6- "version" : " 0.7.0-dev " ,
6+ "version" : " 0.7.0" ,
77 "license" : " MIT" ,
88 "repository" : {
99 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments