- Merged with the "revigniter-livecode" package for Atom
- Added support for LiveCode server script files (
.lc
and.irev
)
- Added support for LiveCode server script files (
- Greatly-improved LCB autocomplete support
- Correctly suggest handler, variable, constant, and type names, and known keywords
- Minor LCB syntax highlighting bugfixes
Thanks to Adam Robertson for converting LiveCode server support from the original TextMate grammars.
- Add basic snippets for commonly-used blocks. These work with Atom's new
built-in autocomplete support.
- "if" and "if … else"
- "repeat"
- "handler"
- "module", "library" and "widget"
- Minor syntax highlighting bugfix
- Add detection of "metadata" and "property" declarations
- Add "undefined" and "the empty " as language constants
- Various minor improvements and bug fixes
- Basic support for LiveCode Builder
- Syntax highlighting
- Indentation rules for "if", "handler" and "repeat" blocks