Open denkorzh opened 7 years ago
When using select * in proc sql it highlights everything as a comment.
select *
proc sql
I am not able to reproduce it. Unless you break the line and have * at the start of the new line, the highlighting should be correct.
When using
select *
inproc sql
it highlights everything as a comment.