File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how
1717[ #4ec9b0 ] : https://img.shields.io/badge/-%234EC9B0-4EC9B0.svg
1818[ #b2ccd6 ] : https://img.shields.io/badge/-%23B2CCD6-B2CCD6.svg
1919
20+ ## 0.0.15 - 2024-11-09
21+
22+ ### Changed
23+
24+ - no feature update.
25+ - a new version is woking on the way.
26+
2027## 0.0.14 - 2020-11-10
2128
2229### Added
@@ -82,7 +89,7 @@ Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how
8289
8390### Added
8491
85- - A new theme
92+ - A new theme
8693 ** Now you can choose a beta test theme ` Syntax Material Dark Level 1 (beta) ` directly. It supports most languages that VSCode supports now.**
8794- most languages support(with beta theme).
8895- A tool that generate language scopes.
Original file line number Diff line number Diff line change 11{
22 "name" : " syntax-highlight" ,
3- "version" : " 0.0.14 " ,
3+ "version" : " 0.0.15 " ,
44 "displayName" : " %displayName%" ,
55 "description" : " %description%" ,
66 "publisher" : " peaceshi" ,
8383 },
8484 "scripts" : {
8585 "prepare" : " husky" ,
86- "lint-staged" : " pnpm exec biome lint && pnpm exec prettier . --check"
86+ "lint-staged" : " pnpm exec biome lint && pnpm exec prettier . --check" ,
87+ "package" : " pnpx @vscode/vsce package"
8788 }
8889}
You can’t perform that action at this time.
0 commit comments