riej / lsl

Linden Script (LSL) language plugin for IntelliJ IDEA
MIT License
5 stars 2 forks source link

Global variables shouldn't be allowed to contain operators in their value expressions #9

Closed mewore closed 1 year ago

mewore commented 1 year ago

For example, having this at the first line of a file is invalid:

integer BASELINE = 5006 + 512 + 512;

syntax-error-global-var

The LSL plugin doesn't report an error: no-syntax-error-in-lsl-plugin