Express '\' in SQL without breaking Netbeans syntax highlighting -


i'm writing pl/sql function uses string literal '\'. breaks sql syntax highlighting in netbeans, so:

netbeans sql syntax highlighting bug

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.

workaround netbeans sql highlighting bug


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -