Skip to content

Incorrect highlighting after generic function with template string parameter #530

@mjbvz

Description

@mjbvz

TS and JS Grammar Extension version: 0.0.24

From microsoft/vscode#36065

Code

function getStats() {
    const query = query<[number], number>(`
        SELECT *
        FROM statistics
        WHERE unit_id = $1`)

    return database.execute(query, [id])
}

screen shot 2017-10-11 at 10 36 37 am

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions