Express '\' in SQL without breaking Netbeans syntax highlighting -
i'm writing pl/sql function uses string literal '\'
. breaks sql syntax highlighting in netbeans, so:
looks backslash erroneously being interpreted escape character. '\\'
highlights correctly of course not same string. how can express '\'
in way not break buggy highlighter?
oh, clue's in picture. since highlighter's interpreting comment part of string, can put '
in comment "end string" , fix highlighting.
Comments
Post a Comment