Skip to content
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

Add Highlight component w/ bash, JS, TS, CSS, JSON support #7

Merged
merged 4 commits into from
Jun 6, 2019

Conversation

kylesuss
Copy link
Contributor

@kylesuss kylesuss commented Jun 4, 2019

Porting over the Highlight component w/ some stories added for good measure:

Note: You can't add comments to JSON, which is why that one doesn't say what language it is.

Screen Shot 2019-06-04 at 3 36 51 PM
Screen Shot 2019-06-04 at 3 37 13 PM

@kylesuss kylesuss requested a review from domyen June 4, 2019 21:39
@@ -160,7 +160,7 @@ Link.propTypes = {
children: PropTypes.node,
withArrow: PropTypes.bool,
containsIcon: PropTypes.bool,
LinkWrapper: PropTypes.func,
LinkWrapper: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was throwing some PropTypes errors in the console

@domyen domyen merged commit c20c6a9 into master Jun 6, 2019
@domyen domyen deleted the highlight branch June 6, 2019 18:55
@kylesuss
Copy link
Contributor Author

kylesuss commented Jun 6, 2019

🚀 PR was released in v0.0.18 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants