This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
broken syntax highlighting with strange combination of SQL code inside of mult-line string #143
Open
Description
As seen in the below code snippit - the extra assignment lines are interpreted as being part of the triple quote.
Getting rid of the parens or the SELECT statement (so it's not not trying to format as if it were SQL) seems to stop this behavior.
text = """ ('SELECT columns FROM table') """
int = 1
float = 2.0