Skip to content

Commit 85eafed

Browse files
committed
Update to version number to 0.7.0
1 parent 30af43a commit 85eafed

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
## 0.6.1 - Improvements to documentation and LiveCode Script support
1+
## 0.7.0 - Upgrade to Linter V2
2+
* Linting is broken since the release of Linter 2. Adjusted
3+
lib/main.coffee and package.json accordingly. (PR #37)
4+
* Corrected scope for highlighting in mixed (HTML/iRev)
5+
environment. (PR #38)
6+
* Adjusted revIgniter grammar and snippets to revIgniter modifications
7+
up to version 2.0.3. (PR #39)
28

9+
## 0.6.1 - Improvements to documentation and LiveCode Script support
310
* Revised, expanded and generally improved documentation (issue #19)
411
* Improved LiveCode Script support
512
* Support for `if...then...else...` syntax

lib/main.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module.exports =
6565
grammarScopes: ['source.livecodescript', 'source.iRev', 'source.lcb']
6666
scope: 'file'
6767
lintsOnChange: true
68+
name: 'language-livecode'
6869
lint: (textEditor) =>
6970
filePath = textEditor.getPath()
7071
command = @executablePath

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "language-livecode",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Support for editing LiveCode source code",
55
"repository": "https://github.com/livecode/atom-language-livecode",
66
"license": "GPLv3",

0 commit comments

Comments
 (0)