generated from halo-dev/plugin-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add shiki code block extension to the editor (#1)
* feat: add shiki code block extension to the editor * feat: modify the background color when selecting a theme * Add theme-libn * use an array of objects to display languages and themes * Refactor dependencies --------- Co-authored-by: Ryan Wang <[email protected]>
- Loading branch information
Showing
39 changed files
with
11,337 additions
and
490 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
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
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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"scripts": { | ||
"build": "pnpm build:theme-lib && pnpm build:ui", | ||
"build:ui": "pnpm --filter ./ui build", | ||
"build:theme-lib": "pnpm --filter ./theme-lib build" | ||
}, | ||
"dependencies": { | ||
"shiki": "^1.16.1" | ||
}, | ||
"devDependencies": { | ||
"@rspack/cli": "^1.0.1", | ||
"@rspack/core": "^1.0.1", | ||
"typescript": "~5.5.4", | ||
"prettier": "^3.3.3" | ||
} | ||
} |
Oops, something went wrong.