atom-language-livecode
atom-language-livecode copied to clipboard
LiveCode Language package for Atom
LCB linting reporting wrong errors line numbers on windows
Trevor has a clever little hack for Sublime Text that pings LC every time a file in a project is modified. In the Levure framework he then has a listener...
Trevor has the linter in Sublime Text working. As part of that, I can look up handler and function names, or symbols. It seems that even though Atom supports symbols,...
LCB doc comment blocks are distinguished from normal comment blocks by an extra initial star, i.e. `/** ... */`. It would be good to highlight doc comment blocks in a...
Since we don't have named blocks in LCS, it would be nice to be able to perhaps use comments to mark a block, and then be able to fold that...