Menu

Comments in SQL

2008-03-12
2012-11-13
  • Nobody/Anonymous

    Notepad++ doesn't recognize this as a comment:

    /***************
    Hello
    ***************/

    This happens when the language is SQL. It recognizes it correctly when the language is C.

    When the language is SQL, the comment start is '/* ' (with a space)

    /* **************
    Hello
    ***************/

    This is correctly recognized in SQL.

     
  • saisai

    saisai - 2011-01-14

    wow……, this was a very old post.
    I'm now using NP++ 5.8.6, and I have the same issue. Could you please help to fix it in future release?

    Thanks

     
  • cchris

    cchris - 2011-01-14

    Please report this to the Scintilla project as a bug in the LexSQL.cxx lexer

    CChris