Skip to content

Commit

Permalink
Merge pull request #40 from bwmilby/bwm-v070update
Browse files Browse the repository at this point in the history
Update to version 0.7.0 (Linter V2 support)
  • Loading branch information
bwmilby authored Nov 19, 2019
2 parents 02ce62b + e14ef93 commit 7ff2800
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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

0 comments on commit 7ff2800

Please sign in to comment.