Skip to content

Commit 6d999b4

Browse files
committed
Merge with revigniter-livecode package
1 parent c1cb2f0 commit 6d999b4

File tree

6 files changed

+2637
-38
lines changed

6 files changed

+2637
-38
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.5.0 - Added LiveCode server support
2+
* Merged with the "revigniter-livecode" package for Atom
3+
* Added support for LiveCode server script files (`.lc` and `.irev`)
4+
5+
Thanks to Adam Robertson for converting LiveCode server support from the
6+
original TextMate grammars.
7+
18
## 0.4.0 - Improvements to completion
29
* Greatly-improved autocomplete support
310
* Correctly suggest handler, variable, constant, and type names, and

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,25 @@ To find out more about LiveCode, please visit the LiveCode website.
77

88
## Supported languages
99

10-
Currently, this package supports editing LiveCode Builder source code in `.lcb`
11-
files. It provides syntax highlighting and indentation support.
10+
Currently, this package supports editing:
11+
12+
* LiveCode Builder source code in `.lcb` files
13+
14+
* LiveCode server source code in `.lc` and `.irev` files
15+
16+
The package provides syntax highlighting, highlighting and indentation support
17+
for all the supported languages.
1218

1319
## Installation
1420

1521
Install the `language-livecode` package from the "Install Packages and Themes"
1622
view in Atom's "Settings" window.
1723

24+
## Authors
25+
26+
* Peter Brett
27+
* Adam Robertson
28+
1829
## Reporting bugs and contributing
1930

2031
Please report any problems to the [GitHub issues tracker]( https://github.com/peter-b/atom-language-livecode/issues).

grammars/irev.cson

Lines changed: 276 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)