Skip to content

Commit

Permalink
Add color chips Expressive Code plugin to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Oct 27, 2024
1 parent 36f2176 commit f7d6d2c
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/ec.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { pluginColorChips } from 'expressive-code-color-chips';

export default {
plugins: [pluginColorChips()],
};
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@astrojs/starlight": "^0.24.0",
"astro": "^4.16.3",
"astro-og-canvas": "^0.4.2",
"expressive-code-color-chips": "^0.1.0",
"sharp": "^0.32.5",
"starlight-package-managers": "^0.4.0"
}
Expand Down
49 changes: 46 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7d6d2c

Please sign in to comment.