Skip to content

Commit b024e16

Browse files
committed
fix typo in a test file
1 parent 25b2d92 commit b024e16

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 0.10.0
3+
_unreleased_
4+
5+
26
## 0.9.1
37
_30 July 2023_
48

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": "Visual Basic for Applications and WinWrap Basic support for VS Code.",
55
"icon": "images/icon_256x256.png",
6-
"version": "0.9.1",
6+
"version": "0.10.0-dev",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

syntaxes/tests/vba/storage_modifiers.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
' SYNTAX TEST "source.vba" "storage modifiers test"
22

3-
Static 200 As Integer
3+
Static x As Integer
44
' <------ storage.modifier.vba
55

66
Static Function MyFunction()

0 commit comments

Comments
 (0)