sublime
sublime copied to clipboard
Random files I use with Sublime Text.
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 
It seems that there is no correct highlight for such cases. 
I don't know how much work this would take, but it's frustrating to use react-tools ES6 transform without method name highlighting:  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,...