Skip to content

Instantly share code, notes, and snippets.

@conorhastings
Created November 9, 2015 05:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conorhastings/8978163ab5033ee79848 to your computer and use it in GitHub Desktop.
Save conorhastings/8978163ab5033ee79848 to your computer and use it in GitHub Desktop.
Bad JSX highlighting
import React, { Component } from 'react';
class Test extends Component {
render() {
return (
<div>
Wowowow ' this is fun
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment