language-javascript-jsx
language-javascript-jsx copied to clipboard
JavaScript with JSX Bundle for Atom

Files of the type "Javascript with JSX" (and possibly others in the package) conflict with the native `language-todo` package's ability to highlight markers in comments like `TODO`, `FIXME`, etc. Not...
Splitting large opening tags such as this doesn't work: ``` ``` It's not recognising it as a complete opening tag.
removed 'default' from keyword.control.js and added it to it's own scope of keyword.operator.default.js fixes issue #31 @subtleGradient @kengorab Here is a screenshot: 
Hi, Sometimes we make use of [`lodash/get`](https://lodash.com/docs/4.17.4#get) in our codebase. This causes the code following it to not be properly formatted:  Likely due...
The highlight to keyword `function` expects a function even it is, at this instance, an object attribute. Also [eslint](http://eslint.org/) [dot-notation](http://eslint.org/docs/rules/dot-notation) rule in favour of this syntax instead of `PropTypes['function']`. Which...
The javascript coloring is being thrown off by an escaped `/` at the end of a regular expression. ```js const addProtocol = (url: string): string => (!url || /^https?:\/\//.test(url) ?...
What's the purpose of having `.syntax--variable.syntax--other.syntax--readwrite` on most elements? Also, I see a lot of `syntax--entity.syntax--other.syntax--attribute-name` as well as `.syntax--meta.syntax--scope.syntax--inner`, while some elements have `.syntax--js`, others have `.syntax--es`, and other...
Here is an example  This only happens within the backquoted string. Block comments have the same effect.
 i updated lastest version 0.3.7.