Element | Color |
---|---|
Numeric constants (integer or floating-point) | Red |
String constants | Gray |
Special constants (such as "null") | Dark Cyan |
Identifiers | Black |
Language keywords (not all SQL keywords are marked this way, but some are, such as “default”) | Blue |
Other SQL keywords (such as create, set, drop) | Dark Magenta |
Predefined identifiers (such as “$ingres” and others that start with “$”) | Bright Magenta |
“Slash” commands (such as \p and \g and \q) | Bright Magenta |
Comments | Dark Green |
Everything else | Black |