We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24b999 commit e1e1b27Copy full SHA for e1e1b27
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to the "aiscript" extension will be documented in this file.
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
+## 0.1.11
8
+- 変数名に`let`や`var`などが含まれるときにハイライトに失敗する問題を修正
9
+
10
## 0.1.10
11
- tmLanguageの言語指定の後方互換性を追加
12
package.json
@@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/aiscript-dev/aiscript-vscode"
},
- "version": "0.1.10",
+ "version": "0.1.11",
"engines": {
"vscode": "^1.83.0"
13
0 commit comments