Support for SQL multiline comments

Issue #9 resolved
Holger Schimanski repo owner created an issue

SQL multiline comments are started with / and ended with /

http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/comment.htm

This currently doesn't work in JIRA Syntax Highlighter

Comments (5)

  1. Holger Schimanski reporter

    Currently there is no multiline comments in the underlying JavaScript sources from

    To get a fix, we have to add a regex to find the multiline comments similar to those of C, Perl etc.

  2. Log in to comment