Makopo / sublime-text-lsl

Syntax definitions for LSL(Linden Scripting Language) in Second Life and OSSL(OpenSimulator Scripting Language) in OpenSimulator.
31 stars 4 forks source link

"event" is a reserved keyword #6

Closed ghost closed 11 years ago

ghost commented 11 years ago

The word event cannot be used as a variable. Please add it to the invalid words, maybe not as deprecated though but as reserved.

ghost commented 11 years ago

match would be:

    ...
    <key>match</key>
    <string>\b(event)\b</string>
    ...
Makopo commented 11 years ago

Added 'event' as well as 'print' as reserved words(variable.language.lsl) at 36e6d7faf70bb726f89852f9680b8dbf3c5d1f3d. Thanks.