@@ -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
1626Note that LSL is a language in perpetual flux, with Linden Lab constantly adding new features and functionality, and
1727sometimes 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
2333auto-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
2742Second Life®, Linden Scripting Language and the inSL logo are trademarks of Linden Research, Inc. No infringement is intended.
43+
2844Nova® is a registered trademark of Panic Inc.
45+
2946Gwyneth Llewelyn is not affiliated with either of these two companies, much less endorsed by any of them.
0 commit comments