:) It would super cool to have ES6 featuers highlighted. ``` var foo = { render() { // <-- the word render isn't highlighted return ""; } }; ``` Here's a similar sublime issue: https://github.com/reactjs/sublime-react/pull/28