atom-language-livecode
atom-language-livecode copied to clipboard
LiveCode Language package for Atom
Hi, I can not get the linter to work with Livecode (.lc file). I have installed the LiveCode server 8.02 on MAC OSX 10.11.6 (15G31). If I type any errors...
If you type "end handler", you will get the Handler macro.
For example, when defining a handler, it can be "public" or "private". Perhaps the private keyword could have a hilite color, or be a different shade so it stands out...
When opening an LCB file without setting a valid path to **lc-compile**, an error pop-up appears recommending to install and set up LiveCode Server (which won't actually solve the problem!)
The standalone engine can be run with a script-only stack as its argument. If we could use the standalone engine for linting instead of the server engine, it would make...
In a file opened with Emacs, having `-*-Makefile-*-` in the first line of the file will select Makefile editing mode. There's no need to have a `mode:` specifier, so it...