User:Ugleh Ulrik/LSL Bug

From Second Life Wiki
< User:Ugleh Ulrik
Revision as of 03:53, 20 December 2018 by Ugleh Ulrik (talk | contribs) (Page created for a JIRA pointing out 2 lsl syntax highlighting bugs in the wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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