javascript-jsx.tmbundle
javascript-jsx.tmbundle copied to clipboard
Textmate Bundle for JSX (React)
Where in JSX dots in names are allowed, the highlighting doesn't handle this correctly. I understand that this is because the HTML grammar doesn't support it, but it would be...
Now when folding inside a JSX scope, the parent JS scope folds instead of the JSX tags. Not sure if this is even possible with an injection grammar(?)
Turns this:  Into this:  Not sure if this is the recommended way of injecting it into 2 grammars. (there might be a more concise way of writing the...
 **VS** 
Currently code within braces of a JSX attribute is scoped as `meta.tag-content.jsx`. It would be nice if on these nested script parts the scope was not applied. Eg. Now: ...
This is a simple copy/paste from the HTML bundle. Maybe it could even refer to it, instead of copying. And it would be better to have it recognize more than...
This is valid code: ``` js for (var i=0; i