-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat(syntax-highlighting): new tokens for syntax highlighting #21047
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
base: main
Are you sure you want to change the base?
feat(syntax-highlighting): new tokens for syntax highlighting #21047
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21047 +/- ##
==========================================
+ Coverage 92.60% 92.64% +0.03%
==========================================
Files 515 515
Lines 38198 38363 +165
Branches 5811 5811
==========================================
+ Hits 35375 35540 +165
Misses 2674 2674
Partials 149 149
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
tay1orjones
left a comment
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.
LGTM! 🎉
Closes carbon-design-system/carbon-ai-chat#549
Adds new tokens for syntax highlighting that can be used within code-snippet and other use cases.
Changelog
New
PR Checklist
As the author of this PR, before marking ready for review, confirm you:
- [ ] Updated documentation and storybook examples- [ ] Wrote passing tests that cover this change- [ ] Addressed any impact on accessibility (a11y)- [ ] Tested for cross-browser consistency- [ ] Validated that this code is ready for review and status checks should passMore details can be found in the pull request guide