javascript-jsx.tmbundle icon indicating copy to clipboard operation
javascript-jsx.tmbundle copied to clipboard

Textmate Bundle for JSX (React)

Results 7 javascript-jsx.tmbundle issues
Sort by recently updated
recently updated
newest added

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: ![image](https://cloud.githubusercontent.com/assets/351038/19627793/d6a8cecc-994f-11e6-8da4-20cef7c069fe.png) Into this: ![image](https://cloud.githubusercontent.com/assets/351038/19627797/f58721fe-994f-11e6-82fc-3a7102f7427d.png) Not sure if this is the recommended way of injecting it into 2 grammars. (there might be a more concise way of writing the...

![image](https://cloud.githubusercontent.com/assets/351038/17731099/0e9c8ae4-646c-11e6-9dae-9b5bd14d5bf7.png) **VS** ![image](https://cloud.githubusercontent.com/assets/351038/17731109/26857c1a-646c-11e6-9f72-0cf547340e34.png)

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: ![image](https://cloud.githubusercontent.com/assets/351038/17730667/17567944-646a-11e6-94c0-13c7c64e98e1.png)...

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