File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed 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 )
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments