feat: enhance build and syntax highlighting

- Updated .gitignore to include new deployment and build tools
- Added @types/prismjs for improved TypeScript support in syntax highlighting
- Integrated PrismJS with additional languages for comprehensive code highlighting
This commit is contained in:
ccbikai
2024-08-11 10:36:06 +08:00
parent 793bc52f19
commit f2304673b3
5 changed files with 41 additions and 6 deletions

4
.gitignore vendored
View File

@@ -23,6 +23,6 @@ pnpm-debug.log*
# jetbrains setting folder
.idea/
.vercel/
.netlify/
.vercel
.netlify
.wrangler