Releases: livecode/atom-language-livecode
Releases · livecode/atom-language-livecode
Update Linter V2
- Linting is broken since the release of Linter 2. Adjusted
lib/main.coffee and package.json accordingly. (PR #37) - Corrected scope for highlighting in mixed (HTML/iRev)
environment. (PR #38) - Adjusted revIgniter grammar and snippets to revIgniter modifications
up to version 2.1.0. (PR #39) - Updated indent rules (PR #35)
Improvements to documentation and LiveCode Script support
- Revised, expanded and generally improved documentation (issue #19)
- Improved LiveCode Script support
- Restored support for linting revIgniter files
Linting and script-only stacks
- LiveCode Script grammar and snippets generated from documentation
- Support for script-only stacks (
.livecodescript
) - Linting & syntax checking for LiveCode Script files
- Initial linting support for LiveCode Builder source files
Minor documentation updates
v0.5.1 Release 0.5.1
Added LiveCode server support
- 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.