Skip to content

Commit

Permalink
2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fisheva committed May 20, 2024
1 parent f91f98c commit 369bff7
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 2 deletions.
49 changes: 48 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,55 @@
"*.wxs": "javascript",
"*.nvue": "html",
"*.json": "jsonc",
"*.wxml": "html",
"limits": "cpp",
"stdio.h": "c",
"ctime": "cpp"
"ctime": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"cctype": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"complex": "cpp",
"concepts": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"utility": "cpp",
"fstream": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"ostream": "cpp",
"ranges": "cpp",
"ratio": "cpp",
"sstream": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"thread": "cpp"
}
}
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.github
.history
.vscode
documents/
images/
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
2.6.3 (2024-05-20)

* Add All Syntax

```Syntax
support.type.lua: #56B7C3/#00BEC4
storage.type.annotation.lua: #A78CFA/#7C4DFF
```
* Change All Syntax
```Syntax
Expand Down
Binary file removed eva-theme-2.6.2.vsix
Binary file not shown.
Binary file added eva-theme-2.6.3.vsix
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eva-theme",
"displayName": "Eva Theme",
"description": "A comfortable and semantic theme.",
"version": "2.6.2",
"version": "2.6.3",
"publisher": "fisheva",
"license": "SEE LICENSE IN<LICENSE.md>",
"icon": "eva.jpg",
Expand Down

0 comments on commit 369bff7

Please sign in to comment.