Skip to content

Commit 44bb76b

Browse files
Prepare documentation for publishing
1 parent 2d6e3b7 commit 44bb76b

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Version 1.0.0
22

3-
Initial release
3+
Initial release with most of the syntax, some completions, and a menu option.

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@ This extension currently supports the following features of Linden Scripting Lan
1111

1212
- Syntax Highlighting for the latest version of LSL (as of the time of releasing this extension)
1313
- Auto-completions for major LSL constructions and functions (as far as I could make them work)
14-
- OpenSimulator LSL functions
14+
- OpenSimulator LSL functions/constants
15+
16+
Still missing:
17+
18+
- Experiences
19+
- EEP settings
20+
- And probably a lot more that hasn't been updated to the SL Wiki yet...
21+
22+
Not done yet:
23+
24+
- Adding tooltips and parameter completion for _all_ functions (there are hundreds!)
1525

1626
Note that LSL is a language in perpetual flux, with Linden Lab constantly adding new features and functionality, and
1727
sometimes making older versions obsolete, shuffling parameters around, etc. so at some point in time this extension will
@@ -22,8 +32,15 @@ the official [OpenSimulator Wiki](http://opensimulator.org/wiki/), and from seve
2232
[Firestorm Viewer](https://www.firestormviewer.org/) application (which provides a wealth of information for
2333
auto-completion and tooltips).
2434

35+
While this extension is mostly working, and should give you adequate syntax colouring (and even reasonable scoping),
36+
don't expect the results to be _exactly_ the same as inside the viewer's editor. In particular, the colours will match
37+
your Nova theme, not the conventions set by Linden Lab. It's theoretically possible to create a new, specific theme to deal
38+
with the LL colour conventions, but I haven't done that yet (I'm not expecting many people to use _this_ extension!).
39+
2540
## Disclaimer
2641

2742
Second Life®, Linden Scripting Language and the inSL logo are trademarks of Linden Research, Inc. No infringement is intended.
43+
2844
Nova® is a registered trademark of Panic Inc.
45+
2946
Gwyneth Llewelyn is not affiliated with either of these two companies, much less endorsed by any of them.

0 commit comments

Comments
 (0)