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
Syntax Highlighting the same word in different colors??
Moderators: AmigoJack, bbadmin, helios, MudGuard
-
coreyh95
- Posts: 2
- Joined: Fri Jan 23, 2004 4:14 am
- Bob Hansen
- Posts: 1516
- Joined: Sun Mar 02, 2003 8:15 pm
- Location: Salem, NH
- Contact:
-
coreyh95
- Posts: 2
- Joined: Fri Jan 23, 2004 4:14 am