Skip to content

Incorrectly highlights identifiers as 'strings' #112

@ArtemGoutsoul

Description

@ArtemGoutsoul

The library highlights identifiers as strings when quoted using backticks ``

e.g.

SELECT  `column1`, column2
FROM `table1`
JOIN table2
WHERE column1 = 'some string'

column1 and table1 are highlighted as strings (note github highlighter is incorrect too).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions