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).