language-javascript-jsx
language-javascript-jsx copied to clipboard
JavaScript with JSX Bundle for Atom
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" 
When i use static attributes the highlight broken ``` static propTypes = { children: PropTypes.node.isRequired, type: PropTypes.string } ``` without static  with: 
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. ...
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:  Disabled:  Atom: 1.19.2 OS: Debian 9 Stretch Tested with: ember 2.X project ~ (ES6)
`const App = () => ( React 16.2 React 16.2 );`
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.  The...