sql
SELECT NOW();
SELECT foo
FROM bar;
After the first function invocation of NOW(), all regular text that shouldn't be highlighted (in this case foo and bar) is turned grey (or a different color other than white/the default).
See screenshot:

I would expect that the grey (or other color depending on colorscheme) color would only be limited to the NOW() text and not any of the regular statements after it that are unworthy of being highlighted. This is what normal highlighting with the Mysticaltutor theme looks like:




Unless someone is leaping for joy at the opportunity to take this one, I'll go ahead and submit a PR for it this week.
Most helpful comment
Unless someone is leaping for joy at the opportunity to take this one, I'll go ahead and submit a PR for it this week.