Skip to content

Commit c2f9619

Browse files
committed
0.9.3
1 parent 9907be9 commit c2f9619

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## 0.9.3
3+
_24 September 2023_
4+
5+
- Highlight begin of metadata section
6+
- Minor readme fix
7+
8+
29
## 0.9.2
310
_23 September 2023_
411

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
- Syntax highlighting for the following languages (also used by [GitHub Linguist][gh-linguist])
1212
- Visual Basic for Applications (VBA)
1313
- WinWrap Basic (WWB)
14-
- :construction: Export and Import of Macros for Office Documents
15-
- :construction: Comprehensive snippets
14+
- 🚧 Export and Import of Macros for Office Documents
15+
- 🚧 Comprehensive snippets
1616

1717

1818
## Installation

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "VBA",
44
"description": "VBA tooling, syntax highlighting and snippets for VS Code.",
55
"icon": "images/icon_256x256.png",
6-
"version": "0.9.2",
6+
"version": "0.9.3",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)