Quoted strings and syntax highlighting

When usgin the 10g Quoted strings (e.g. q'~dfgd'fg'dfg'~' syntax highlighting is wrong.

The syntax highlighting seems to count the number of quotes and decides based on that number if a string has ended or not. It does not recognize q' and treats that differently.

Regards,
Franc.
 
It recognizes q', but it cannot handle '~string~'. You will have to use the traditional 'dfgd''fg''dfg''' instead.
 
Back
Top