Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 0.6.1 - Improvements to documentation and LiveCode Script support
## 0.7.0 - Upgrade to 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)

## 0.6.1 - Improvements to documentation and LiveCode Script support
* Revised, expanded and generally improved documentation (issue #19)
* Improved LiveCode Script support
* Support for `if...then...else...` syntax
Expand Down
1 change: 1 addition & 0 deletions lib/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ module.exports =
grammarScopes: ['source.livecodescript', 'source.iRev', 'source.lcb']
scope: 'file'
lintsOnChange: true
name: 'language-livecode'
lint: (textEditor) =>
filePath = textEditor.getPath()
command = @executablePath
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "language-livecode",
"version": "0.6.1",
"version": "0.7.0",
"description": "Support for editing LiveCode source code",
"repository": "https://github.com/livecode/atom-language-livecode",
"license": "GPLv3",
Expand Down