Skip to content

Commit f24b999

Browse files
2 parents c6f5a30 + 702d28a commit f24b999

File tree

4 files changed

+142
-112
lines changed

4 files changed

+142
-112
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to the "aiscript" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## 0.1.10
8+
- tmLanguageの言語指定の後方互換性を追加
9+
710
## 0.1.9
811
- `each`文が正しくhighlightされない問題を修正(#11
912

aiscript/syntaxes/aiscript.tmLanguage.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"displayName": "AiScript",
55
"aliases": [
66
"is",
7-
"ais"
7+
"ais",
8+
"AiScript"
89
],
910
"patterns": [
1011
{
@@ -257,4 +258,4 @@
257258
}
258259
},
259260
"scopeName": "source.aiscript"
260-
}
261+
}

0 commit comments

Comments
 (0)