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

View File

@@ -33,6 +33,7 @@
"@astrojs/netlify": "^5.4.0",
"@astrojs/node": "^8.3.2",
"@astrojs/vercel": "^7.7.2",
"@types/prismjs": "^1.26.4",
"astro-eslint-parser": "^1.0.2",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.4",