Skip to content

feat: add funding buttons to themes & languages list#1052

Merged
antfu merged 5 commits into
shikijs:mainfrom
jtbandes:funding-buttons
Aug 4, 2025
Merged

feat: add funding buttons to themes & languages list#1052
antfu merged 5 commits into
shikijs:mainfrom
jtbandes:funding-buttons

Conversation

@jtbandes

@jtbandes jtbandes commented Aug 4, 2025

Copy link
Copy Markdown
Contributor

Description

Towards #906:

image image

Linked Issues

@netlify

netlify Bot commented Aug 4, 2025

Copy link
Copy Markdown

Deploy Preview for shiki-matsu ready!

Name Link
🔨 Latest commit 538d7ed
🔍 Latest deploy log https://app.netlify.com/projects/shiki-matsu/deploys/6890630ddf76120008d91683
😎 Deploy Preview https://deploy-preview-1052--shiki-matsu.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 4, 2025

Copy link
Copy Markdown

Deploy Preview for shiki-next ready!

Name Link
🔨 Latest commit 538d7ed
🔍 Latest deploy log https://app.netlify.com/projects/shiki-next/deploys/6890630d57699e00086ce0f4
😎 Deploy Preview https://deploy-preview-1052--shiki-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment on lines +13 to +14
const allThemes = shallowRef<ThemeInfo[]>([])
const allLanguages = shallowRef<GrammarInfo[]>([])

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it okay to leave these empty? Since I changed the type it was harder to include some default values.

Comment thread docs/package.json
Comment on lines +19 to +20
"tm-grammars": "catalog:inlined",
"tm-themes": "catalog:inlined",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this catalog import ok?

@antfu antfu left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

@antfu
antfu merged commit 84a6513 into shikijs:main Aug 4, 2025
10 of 12 checks passed
@jtbandes
jtbandes deleted the funding-buttons branch August 4, 2025 14:25
This was referenced Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants