Description of the Issue
Code of SQL commented by block commands which is nested (example below) is not highlighted correctly. Please notice that in Microsoft SQ Server Management Studio below works as expected.
/* aaaaaaaaaa
/* bbbbbbbbbbbbbbb */
aaaaaaaaaa */
Steps to Reproduce the Issue
-
Put below into editor
/* aaaaaaaaaa
/* bbbbbbbbbbbbbbb */
aaaaaaaaaa */
-
Change highlighting with SQL
-
Expected Behavior
all lines coming from example should be like as commented
Actual Behavior
last line is incorrectly highlighted - like would be not commented
Description of the Issue
Code of SQL commented by block commands which is nested (example below) is not highlighted correctly. Please notice that in Microsoft SQ Server Management Studio below works as expected.
/* aaaaaaaaaa
/* bbbbbbbbbbbbbbb */
aaaaaaaaaa */
Steps to Reproduce the Issue
Put below into editor
/* aaaaaaaaaa
/* bbbbbbbbbbbbbbb */
aaaaaaaaaa */
Change highlighting with SQL
Expected Behavior
all lines coming from example should be like as commented
Actual Behavior
last line is incorrectly highlighted - like would be not commented