possible support for livescript
Hi..I love webstorm and I love now livescript too...livescript is a language similar to coffeescript but much more rich and with haskell influences http://gkz.github.com/LiveScript/
I've edited coffee-mode for support livescript in emacs and sublime (partially) and actually isn't a big deal, only add a few keywords and change the compilation parameters, I wish know if is possible edit coffeescript for support livescript too...I know than livescript is not extended & known, but it must be really really simple...please let me know if it would be possible in a near future...thanks and keep doing good job
Please sign in to leave a comment.
LiveScriptIdea is a plugin support livescript language.
http://plugins.jetbrains.com/plugin/7266
And hosted on https://github.com/racklin/livescript-idea
wrong posting level sorry
I don't want to diminish your work and I might be mistaken but for understandable reasons the plugin does not make LiveScript a first class citizen like coffeeScript for instance, step by step debugging and such are not supported right ?
I would love jetbrain to build upon your work and make liveScript a first class supported langage like coffeescript since livescript is a far superior langage in term of scopping and clean semantic.
I am less a fan of lisp/haskell overabuse of symbols and cryptic constructs to shave a line of code at the expense of readability but that's a matter of coder choice and style ;);)