We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6750aa commit e96ea9dCopy full SHA for e96ea9d
CHANGELOG.md
@@ -1,4 +1,9 @@
1
# Changelog
2
+## 0.11.2
3
+_2024-11-26_
4
+- Fix grammar issue due to lookbehind ([GH-119](https://github.com/serkonda7/vscode-vba/pull/119))
5
+
6
7
## 0.11.1
8
_2024-08-21_
9
- Highlight `Global` visibility modifier
package.json
@@ -3,7 +3,7 @@
"displayName": "VBA",
"description": "VBA tooling, syntax highlighting and snippets.",
"icon": "images/icon.png",
- "version": "0.11.1",
+ "version": "0.11.2",
"license": "MIT",
"repository": {
"type": "git",
0 commit comments