diff --git a/.vscode/settings.json b/.vscode/settings.json index 93e4e00..b6dca6b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } } \ No newline at end of file diff --git a/.vscodeignore b/.vscodeignore index abf081d..e687014 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -1,4 +1,5 @@ .github .history +.vscode documents/ images/ \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 011b4e4..40464fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/eva-theme-2.6.2.vsix b/eva-theme-2.6.2.vsix deleted file mode 100644 index 57d23a1..0000000 Binary files a/eva-theme-2.6.2.vsix and /dev/null differ diff --git a/eva-theme-2.6.3.vsix b/eva-theme-2.6.3.vsix new file mode 100644 index 0000000..c3fcc2c Binary files /dev/null and b/eva-theme-2.6.3.vsix differ diff --git a/package.json b/package.json index 33b91f1..b094a8f 100644 --- a/package.json +++ b/package.json @@ -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", "icon": "eva.jpg",