gkz / LiveScript

LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.
http://livescript.net
MIT License
2.32k stars 155 forks source link

livescript tmlanguage #990

Closed askucher closed 6 years ago

askucher commented 6 years ago

Guys.

We are using https://www.npmjs.com/package/lsxc for our project. it is livescript + sass + pug combined for react apps.

I need to extend a syntax. Can you show me where is ls source of /var/www/c9sdk/node_modules/ace/lib/ace/mode/livescript.js located?

gkz commented 6 years ago

make lang-ls or mode-ls in https://github.com/gkz/LiveScript/tree/master/src ?

askucher commented 6 years ago

Thank you