subtleGradient/language-javascript-jsx

Source Upstream JavaScript to support features faster?

envygeeks opened this issue · 0 comments

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"
  }
]