Hi, found a bug in Syntax Highlighting (11.0.2.1766):
e.g. developer does not recognize end of quote and rest of package is highlighted as comment:
v := q'[ quote'test' '{}' ]';
I am still marked as comment
adding a blank after close bracket, and highlighting works as expected
v := q'[ quote'test' '{} ' ]';
I am NOT marked AS COMMENT
e.g. developer does not recognize end of quote and rest of package is highlighted as comment:
v := q'[ quote'test' '{}' ]';
I am still marked as comment
adding a blank after close bracket, and highlighting works as expected
v := q'[ quote'test' '{} ' ]';
I am NOT marked AS COMMENT