"version" / "time" being highlighted aqua as a reserved word

Certain reserved keywords such as:

“version” (any case)
“time”

The issue is that the reserved lua built-in cyan highlighting is contextual and is only valid when calling “os.time()” for example. It is quite annoying to avoid the use of this when these are such common words to use as variables / parameters / etc. We should be able to configure the highlighting of these, or it should support proper context.

Example:

image
image

7 Likes

time() and Version() are both valid globals, but I agree that “overwriting” a global should be respected in highlighting.

1 Like