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.
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
Please report this to the Scintilla project as a bug in the LexSQL.cxx lexer
CChris
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.
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
Please report this to the Scintilla project as a bug in the LexSQL.cxx lexer
CChris