User:Ugleh Ulrik/LSL Bug
< User:Ugleh Ulrik
Jump to navigation
Jump to search
Revision as of 02:53, 20 December 2018 by Ugleh Ulrik (talk | contribs) (Page created for a JIRA pointing out 2 lsl syntax highlighting bugs in the wiki)
The Attach event and block comments are not syntax highlighted correctly and can not be fixed through wiki templates or such, but through the backend.
/*
This should be the same color as a regular comment like below.
*/
//Example Comment
default
{
attach(key avatarID) //Missing the default blue event highlight color.
{
}
touch_start(integer total_number) //Example of correct coloring.
{
}
}
Here is a photo of an example of how it should look.