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

Digging through the code to see what snippets is available is not ideal.

The keyword "let" isn't considered as a keyword such as var, so the color scheme isn't the same as for "var" ![capture](https://user-images.githubusercontent.com/24554550/29969879-89a0c70a-8f22-11e7-8632-7fe4b848cb78.PNG)

When i use static attributes the highlight broken ``` static propTypes = { children: PropTypes.node.isRequired, type: PropTypes.string } ``` without static ![image](https://cloud.githubusercontent.com/assets/3165839/16096538/d5cb8b16-331f-11e6-8a51-48b659fa8d1b.png) with: ![image](https://cloud.githubusercontent.com/assets/3165839/16096553/e990d58e-331f-11e6-84b6-8ebce75ed2fb.png)

Hi, i just installed language-favascript-jsx 0.3.7 on my latest verison of Atom, but it seems like there is no differences in highlighting. ![screen shot 2018-04-15 at 8 41 12 am](https://user-images.githubusercontent.com/34101852/38779114-dd1b6478-4091-11e8-8dfe-6c394c835ee5.png)...

This happens in JavaScript by SubtleGradient mode.

A file that contains JSX and has a `.js` extension is highlighted as normal Javascript (not with JSX). This has only started happening recently, and was working fine on these...

Enabled: ![screenshot from 2017-08-22 15-45-48](https://user-images.githubusercontent.com/12200390/29586618-0205c152-8751-11e7-9575-731caa1b4036.png) Disabled: ![screenshot from 2017-08-22 15-47-01](https://user-images.githubusercontent.com/12200390/29586667-26146c24-8751-11e7-85e7-db61eeb4abce.png) Atom: 1.19.2 OS: Debian 9 Stretch Tested with: ember 2.X project ~ (ES6)

Within a component, writing a property which contains curly braces inside a string produces formatting that does not suggest that the string will come out like it does. ![image](https://user-images.githubusercontent.com/12592541/30959150-9b892642-a43f-11e7-97b4-16499e7226c1.png) The...