File tree 3 files changed +10
-12
lines changed
3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,18 @@ All notable changes to the "aiscript-syntax" extension will be documented in thi
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
- ## [ 0.0.1 ]
7
+ ## [ 0.1.0 ]
8
8
9
- - Initial release
9
+ - Multiple comments out supported. (Thanks to [ 70165tk] ( https://github.com/70165tk ) )
10
+
11
+ ## [ 0.0.3]
12
+
13
+ - Add MetaData
10
14
11
15
## [ 0.0.2]
12
16
13
17
- Add Snippets
14
18
15
- ## [ 0.0.3 ]
19
+ ## [ 0.0.1 ]
16
20
17
- - Add MetaData
21
+ - Initial release
Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ Provides syntax hightlight and snippets of [AiScript](https://github.com/syuilo/
4
4
5
5
## Release Notes
6
6
7
- ### 0.0.1
8
-
9
- Initial release of AiScript Syntax
10
-
11
- ### 0.0.2
12
-
13
- Add Snippets
7
+ Check [ CHANGELOG.md] !
14
8
15
9
** Enjoy!**
Original file line number Diff line number Diff line change 5
5
"publisher" : " tubone24" ,
6
6
"repository" : " https://github.com/tubone24/aiscript-syntax-vscode" ,
7
7
"license" : " MIT" ,
8
- "version" : " 0.0.3 " ,
8
+ "version" : " 0.1.0 " ,
9
9
"engines" : {
10
10
"vscode" : " ^1.77.0"
11
11
},
You can’t perform that action at this time.
0 commit comments