You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,24 @@ A Nova extension providing syntax highlighting for Linden Scripting Language (LS
7
7
8
8
## Language Support
9
9
10
-
This extension currently supports the following features of Linden Scripting Language:
10
+
### This extension currently supports the following features of Linden Scripting Language:
11
11
12
12
- Syntax Highlighting for the latest version of LSL (as of the time of releasing this extension)
13
13
- Auto-completions for major LSL constructions and functions (as far as I could make them work)
14
14
- OpenSimulator LSL functions/constants
15
15
16
-
Still missing:
16
+
### Still missing syntax highlighting for:
17
17
18
18
- Experiences
19
19
- EEP settings
20
20
- And probably a lot more that hasn't been updated to the SL Wiki yet...
21
-
- Distinguishing global from local scopes for variables. This shouldn't be too hard, since LSL is rather rigid with declarations, but I haven't done it yet.
22
21
23
-
Not done yet:
22
+
### Not done yet:
24
23
25
24
- Adding tooltips and parameter completion for _all_ functions (there are hundreds!)
25
+
- Distinguishing global from local scopes for variables. This shouldn't be too hard, since LSL is rather rigid with declarations, but I haven't done it yet.
26
+
27
+
## Disclaimers, Acknowledgements & Warnings
26
28
27
29
Note that LSL is a language in perpetual flux, with Linden Lab constantly adding new features and functionality, and
28
30
sometimes making older versions obsolete, shuffling parameters around, etc. so at some point in time this extension will
@@ -38,10 +40,10 @@ don't expect the results to be _exactly_ the same as inside the viewer's editor.
38
40
your Nova theme, not the conventions set by Linden Lab. It's theoretically possible to create a new, specific theme to deal
39
41
with the LL colour conventions, but I haven't done that yet (I'm not expecting many people to use _this_ extension!).
40
42
41
-
## Disclaimer
43
+
## Legal Acknowledgements
42
44
43
45
Second Life®, Linden Scripting Language and the inSL logo are trademarks of Linden Research, Inc. No infringement is intended.
44
46
45
47
Nova® is a registered trademark of Panic Inc.
46
48
47
-
Gwyneth Llewelyn is not affiliated with either of these two companies, much less endorsed by any of them.
49
+
Gwyneth Llewelyn is not affiliated with either of these companies, much less endorsed by any of them.
0 commit comments