User:Ugleh Ulrik/LSL Bug

From Second Life Wiki
Jump to navigation Jump to search

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