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

JSX comments bug #16

Closed
aziz opened this issue Jul 20, 2016 · 0 comments · Fixed by #18
Closed

JSX comments bug #16

aziz opened this issue Jul 20, 2016 · 0 comments · Fixed by #18
Labels

Comments

@aziz
Copy link
Collaborator

aziz commented Jul 20, 2016

Does not mark a jsx comment correctly.

var React = require('react');

module.exports = React.createClass({
  render () {
    return (
      <div>
        {/* this is a jsx comment */}
      </div>
    );
  }
});

screen shot 2016-07-20 at 09 51 25

@bathos bathos added the bug label Aug 14, 2016
aziz added a commit to aziz/Ecmascript-Sublime that referenced this issue Nov 5, 2016
@bathos bathos closed this as completed in #18 Nov 5, 2016
@aziz aziz reopened this Nov 9, 2016
@bathos bathos closed this as completed in d1b9b92 Dec 13, 2016
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 a pull request may close this issue.

2 participants