Skip to content

Uppercase variables are not highlighted in string templates #368

@empz

Description

@empz

TS and JS Grammar Extension version: 0.0.10 / latest

CREDIT_CARD should be colored the same as creditCard

image

let creditCard = 'cc';
const CREDIT_CARD = 'CC';

console.log(`Payment Type: ${creditCard}`);
console.log(`Payment Type: ${CREDIT_CARD}`);

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