Syntax Highlighting the same word in different colors??
Posted: Fri Jan 23, 2004 4:25 am
I am looking for a way to highlight keywords that start a sentence a different color than keywords that are contained in a sentence.
Example.
from tablename;
I would like the keyword FROM (located in Keywords 1) in blue
but...
trim(trim_character from trim_source);
I would like the keyword FROM (located in Keywords 2) in red.
Is there a way to differentiate a keyword that begins a statement versus a keyword that is IN a statement?
Any help would be greatly appreciated,
Thank You,
Corey
Example.
from tablename;
I would like the keyword FROM (located in Keywords 1) in blue
but...
trim(trim_character from trim_source);
I would like the keyword FROM (located in Keywords 2) in red.
Is there a way to differentiate a keyword that begins a statement versus a keyword that is IN a statement?
Any help would be greatly appreciated,
Thank You,
Corey