sublime icon indicating copy to clipboard operation
sublime copied to clipboard

Random files I use with Sublime Text.

Results 7 sublime issues
Sort by recently updated
recently updated
newest added

Per https://github.com/reactjs/sublime-react/issues/24, we should add support for ES6 features like `=>`, template strings, etc.

Try the following in Sublime: ``` javascript var Test = React.createClass({ render: function() { return ( I want to get out of here. ); } }); ``` Notice it messes...

Except closing issue #7, it seems that there is no reason to leave support of XML namespaces in tag names. This is result of PR ![screenshot 2014-09-30 18 12 24](https://cloud.githubusercontent.com/assets/234692/4460673/3aabb0ae-48b4-11e4-87b2-7eb0c1faaa36.png)

It seems that there is no correct highlight for such cases. ![screenshot 2014-09-30 17 50 12](https://cloud.githubusercontent.com/assets/234692/4460238/237810b0-48b1-11e4-8ead-faad0d2eb6bd.png)

I don't know how much work this would take, but it's frustrating to use react-tools ES6 transform without method name highlighting: ![](http://i.imgur.com/bAFbZhf.png) As you see, with `: function` JS function...

Seems like js parsing rules are still applying inside html chunks, which makes writing html really hard. I've highlighted a few issues below: 1. JS keywords are highlighted in html,...