We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35776d commit e776e77Copy full SHA for e776e77
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.2.2 | 2019-05-29
4
+
5
+- Fix `do/while` and `do/until` blocks
6
+- Fix usage of a keyword as a variable name
7
8
## v0.2.1 | 2019-05-28
9
10
- Support new operators (`/.`, `^^`, `->`)
package.json
@@ -2,7 +2,7 @@
"name": "kaoscript-language",
"displayName": "Kaoscript Language",
"description": "kaoscript language integration for VS Code",
- "version": "0.2.1",
+ "version": "0.2.2",
"publisher": "kaoscript",
"homepage": "https://github.com/kaoscript/highlight-vscode",
"repository": {
0 commit comments