Skip to content

Commit 7ff2800

Browse files
authored
Merge pull request #40 from bwmilby/bwm-v070update
Update to version 0.7.0 (Linter V2 support)
2 parents 02ce62b + e14ef93 commit 7ff2800

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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.1.0. (PR #39)
8+
* Updated indent rules (PR #35)
29

10+
## 0.6.1 - Improvements to documentation and LiveCode Script support
311
* Revised, expanded and generally improved documentation (issue #19)
412
* Improved LiveCode Script support
513
* 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)