feat: add shiki syntax highlight

This commit is contained in:
2024-05-25 18:51:36 +02:00
parent 85b78284cc
commit 2097e1435b
5 changed files with 260 additions and 24 deletions

View File

@@ -36,8 +36,11 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/jsdom": "^21.1.6",
"@types/tryghost__content-api": "^1.3.16",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0"
"prettier-plugin-astro": "^0.14.0",
"shiki": "^1.6.0"
}
}