language-javascript-jsx icon indicating copy to clipboard operation
language-javascript-jsx copied to clipboard

JavaScript with JSX Bundle for Atom

Results 33 language-javascript-jsx issues
Sort by recently updated
recently updated
newest added

![screen shot 2015-09-09 at 3 11 38 pm](https://cloud.githubusercontent.com/assets/1879691/9771582/23f2b410-5705-11e5-8f5d-4236dc077873.png)

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: ![added-better-syntax-coloring-jsx](https://user-images.githubusercontent.com/5333019/26950063-02480c08-4c62-11e7-95fe-923969dc7431.png)

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: ![screen recording 2017-05-08 at 04 01 pm](https://cloud.githubusercontent.com/assets/4298089/25828890/b4813322-3407-11e7-8794-af40a057df88.gif) 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 ![screen shot 2017-03-12 at 10 40 30 am](https://cloud.githubusercontent.com/assets/12279977/23832694/6222ae90-0710-11e7-85d0-06952975fbcf.png) This only happens within the backquoted string. Block comments have the same effect.

![let-keyword](https://cloud.githubusercontent.com/assets/8347826/13372723/ba11f146-dd05-11e5-96fd-8d2304ca27bc.PNG) i updated lastest version 0.3.7.