I'm trying to adjust my syntax highlighting and I can't work out how to separate function colours from keywords.
I'd like my
SELECTS, FROM, WHERE, AND in Blue (Default Keywords I think these are down with, works fine)
COLUMN NAMES in black (Default Identifiers I think these are and they seem fine)
I'd like functions like TO_DATE, TO_NUMBER etc to be not the same colour as the column names, it just helps me know whether I've mistyped the function name.
How do I achieve that?