Difference between revisions of "User:Ugleh Ulrik/LSL Bug"

From Second Life Wiki
Jump to navigation Jump to search
(Page created for a JIRA pointing out 2 lsl syntax highlighting bugs in the wiki)
 
(No difference)

Latest revision as of 03:53, 20 December 2018

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.

Lsl block comment attach syntax highlighting bug.JPG