File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Original file line number Diff line number Diff line change 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 )
2
9
10
+ ## 0.6.1 - Improvements to documentation and LiveCode Script support
3
11
* Revised, expanded and generally improved documentation (issue #19 )
4
12
* Improved LiveCode Script support
5
13
* Support for ` if...then...else... ` syntax
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ module.exports =
65
65
grammarScopes : [' source.livecodescript' , ' source.iRev' , ' source.lcb' ]
66
66
scope : ' file'
67
67
lintsOnChange : true
68
+ name : ' language-livecode'
68
69
lint : (textEditor ) =>
69
70
filePath = textEditor .getPath ()
70
71
command = @executablePath
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " language-livecode" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.7.0 " ,
4
4
"description" : " Support for editing LiveCode source code" ,
5
5
"repository" : " https://github.com/livecode/atom-language-livecode" ,
6
6
"license" : " GPLv3" ,
You can’t perform that action at this time.
0 commit comments