-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Linden Script Language (LSL) as built-in language in Notepad++ #245
Comments
Only the syntax highlighting part is implemented within Lexilla. Auto-completion and similar data are application concerns. |
Thank you for this clarification. And, can I send here a highlighting syntax file? |
Lexilla lexers are written in C++ and aren't Notepad++ UDL files. |
Ah! I don't develop in C++, so forget it. Thank you your informations. |
Feel free to submit a UDL definition, auto-completion list, and functionList definition into the Notepad++ UDL Collection -- we don't do the "maintaining" for you, but we provide the central location, and allow users to submit PR to update the definitions, so that they can stay as "up to date" as the users of those UDL are able and willing to keep them. |
I will do this. Thank you. |
The LSL language is used in the Second Life Metaverse to make scripts. These scripts are added in various objects to create interactions and lot of features. Currently, the LSL isn't a built-in langage of Notepad++. There's already an auto-completion on GitHub as
userDefinedLang.xml
, but it's no longer updated. Some developers could use Notepad++ for coding in LSL, but it's not a native language.I propose to provide and maintain an auto-completion file with descriptions of functions, events and constants, as well as syntax highlighting.
Official LSL portal
The text was updated successfully, but these errors were encountered: