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

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -