Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ff2800

Browse filesBrowse 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
Copy full SHA for 7ff2800

File tree

Expand file treeCollapse file tree

3 files changed

+11
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+11
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines 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

Copy file name to clipboardExpand all lines: lib/main.coffee
+1Lines 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

Copy file name to clipboardExpand all lines: package.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.