aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-12-05 17:52:41 +0100
committerMinteck <contact@minteck.org>2022-12-05 17:52:41 +0100
commit63a7a25e0b843b89c0530685e503dfc2a47fd016 (patch)
tree621c378130f8c7f1ba8acf907ab39f83223df7c8
parentadaca6e4c757a82aa942dc505315bcfe6210c9a6 (diff)
downloadwing-creator-63a7a25e0b843b89c0530685e503dfc2a47fd016.tar.gz
wing-creator-63a7a25e0b843b89c0530685e503dfc2a47fd016.tar.bz2
wing-creator-63a7a25e0b843b89c0530685e503dfc2a47fd016.zip
Bug fix
-rw-r--r--CHANGELOG.md4
-rw-r--r--language-configuration.json2
-rw-r--r--package.json2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2de9686..4756f17 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 1.1.1
+
+- Bug fixes
+
## 1.1.0
- Add support for `foreach` blocks introduced in build 8.30
diff --git a/language-configuration.json b/language-configuration.json
index 243adf8..a5ffc97 100644
--- a/language-configuration.json
+++ b/language-configuration.json
@@ -3,7 +3,7 @@
"lineComment": "--"
},
"indentationRules": {
- "increaseIndentPattern": "^ *(if|function)( (.*)|)$",
+ "increaseIndentPattern": "^ *(if|function|foreach)( (.*)|)$",
"decreaseIndentPattern": "^ *(else( .*|)|end)$"
}
} \ No newline at end of file
diff --git a/package.json b/package.json
index d5e61bf..77b8fd7 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"name": "wing",
"displayName": "Wing Creator",
"description": "An all-in-one toolkit to develop with the Wing Programming Language",
- "version": "1.1.0",
+ "version": "1.1.1",
"repository": "https://git.equestria.dev/equestria.dev/wing-creator/",
"license": "MIT",
"icon": "icons/wing.png",