Skip to content

Improved syntax highlighting for types with "where" in hovers #8

Description

@filiptibell

Generic types in hovers sometimes get expanded like this:

local foo: t2 where t1 = {
    Connect: (self: t1) -> boolean,
    Destroy: (self: t1) -> boolean,
    Disconnect: (self: t1) -> boolean
} ; t2 = {
    Bar: t1,
}

It seems like the where breaks syntax highlighting here

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions