subtleGradient / language-javascript-jsx

JavaScript with JSX Bundle for Atom
45 stars 6 forks source link

Source Upstream JavaScript to support features faster? #25

Open envygeeks opened 8 years ago

envygeeks commented 8 years ago

I find it hard to work with JSX in Atom Editor with this plugin since it skips a lot of ES6 features and also doesn't include the tons of JavaScript features upstream has, it would be nice if the gammers here all sourced upstream: "source.js" like so:

"patterns": [
  {
    "include": "source.js"
  }
]