-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46e6a9b
commit d9d5d3a
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# Change Log | ||
|
||
## 1.0.0 | ||
- Initial release | ||
- Initial release. | ||
|
||
## 1.0.1 | ||
- fixed #NUM notaion, variable highlight in d and baf, and some missing highlight in function definitions | ||
- Fixed #NUM notaion, variable highlight in d and baf, and some missing highlight in function definitions. | ||
|
||
## 1.0.2 | ||
- added IN as a keyword, fix color of numbers inside parenthesis without space | ||
- added THEN as a keyword, and ADD_STORE_ITEM flags | ||
- Added IN as a keyword, fix color of numbers inside parenthesis without space. | ||
- Added THEN as a keyword, and ADD_STORE_ITEM flags. | ||
|
||
## 1.0.3 | ||
- Fixed console error spam for languages with missing signatures. | ||
- Set weidu IDS to constant scope. | ||
|
||
## 1.0.4 | ||
- Fixed comment color in weidu function invocation. | ||
- Fixed EVAL color in weidu function invocation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters