-
-
Notifications
You must be signed in to change notification settings - Fork 467
feat: add funding buttons to themes & languages list #1052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for shiki-matsu ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for shiki-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| const allThemes = shallowRef<ThemeInfo[]>([]) | ||
| const allLanguages = shallowRef<GrammarInfo[]>([]) |
There was a problem hiding this comment.
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.
| "tm-grammars": "catalog:inlined", | ||
| "tm-themes": "catalog:inlined", |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
Description
Towards #906:
tm-grammars/tm-themesinstead ofshiki/bundle/{web,full}. As discussed in Display funding/sponsor links for grammars and themes? #906 (comment), the shiki bundle does not include funding info and it's not necessary to increase the bundle size by adding it there when the same information is available from the other packages.Linked Issues