When using editing SQL text query, basic reservered words like 'SELECT' and 'FROM' are not displayed in the expected blue color.
This occurs when using subqueries e.g.
SELECT * FROM (SELECT * FROM x) x
Seems like a bug. Would be nice if display of reserved words is consistent.