-
Type:
Bug
-
Resolution: Tracked Elsewhere
-
Priority:
Medium
-
None
-
Affects Version/s: 4.1.9
-
Component/s: Editor - Page / Comment Editor
Hello there,
We've found out that Confluence code block macro recognizes apostrophe as the start of comment in Scala mode.
In the following statement,
SQL("select * from `user_status` where `id` = {id}").on('id -> id).as(UserStatus.simple.singleOpt)
'id is recognized as the start of comment and all the following codes are colored as comment block.
Please refer to the attached screenshot for details.
We consider this to be a bug within code block macro, and hope it will be fixed as soon as possible.