facebookarchive/sublime-react

A single comma in text messes up the Coffeescript JSX syntax highlighting

hugofloss opened this issue · 1 comments

Javascript JSX syntax highlighting works fine, but using Coffeescript JSX messes up the syntax highlighting:

Test = React.createClass
  render: ->
    <div>
      Here's a bug for you
    </div>

Closing, just saw #18