Skip to content

Lua table keys not recognized as key words? #313

@Leadwerks

Description

@Leadwerks

In our integration, Lua methods are not being highlighted as keywords. For example, in the code below, CreatePivot is highlighted, but SetPosition is not, even though both are defined as key words.

local entity = CreatePivot(world)
entity:SetPosition(1, 2, 3)

The method highlighting is important for our users. Is this a setting that can be turned on?

Metadata

Metadata

Assignees

No one assigned

    Labels

    luaCaused by the Lua lexer

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions