Convert keywords into uppercase
Posted: Mon May 12, 2003 7:00 pm
I'd like to convert SQL keywords in upper case. Basically change
select * from authors -> SELECT * FROM authors
I use sqlservertransact.syn for Syntax Highlighting
I have tried following replacement:
Find what: [:token:]
Replace with: \U&
But id does not work.
Do you have any suggestions?
select * from authors -> SELECT * FROM authors
I use sqlservertransact.syn for Syntax Highlighting
I have tried following replacement:
Find what: [:token:]
Replace with: \U&
But id does not work.
Do you have any suggestions?