We make extensive use of HINTs in our SQL-statements.
Hints look like comments, but are a bit different: /*+ hint */
Notice the + sign in the beginnen.
If we're to open a SQL-file with comments and hints the all look alike and could be confusing for the reader.
Is there any way to add this to the language-definition(s) for syntax-highlighting?
If so: how.
Marc
Hints look like comments, but are a bit different: /*+ hint */
Notice the + sign in the beginnen.
If we're to open a SQL-file with comments and hints the all look alike and could be confusing for the reader.
Is there any way to add this to the language-definition(s) for syntax-highlighting?
If so: how.
Marc