Problem is that CodeMirror's docs for it are a tad confusing and I'm not even sure if it will be as flexable as Sublime/textmate .tmLanguage syntaxing. Anyone got a good resource or advice on this?
For example, I want to highlight function calls in coffeescript, such as:
obj.func '100', () ->
Where "func" is highlighted differently. I've accomplished this with a .tmLanguage with relative strife, so I am wondering how easy it will be to do things like this with CodeMirror.Once this thing goes open source I'd be happy to revamp all of the syntax highlighting for js/cs/css/stylus/html etc. should this make any sense, though technically as it uses CodeMirror I'd be revamping for them instead. Of course this would mean editing the .css files provided by LightTable though, so I'm half right.