Bug #14031 2008-06-13 14:43

bradan

Syntaxhighlighting: D multiline strings

In D you can define multiline (wysiwyg) strings this way:

r"Hello

World!"

Or this way:

`Hello

World!`

( For other declarations look here: http://www.digitalmars.com/d/1.0/lex.html#StringLiteral )

But Code::Blocks ignores to highlight the lines after the first r" or ` as string and the sourcecode-formatter plugin also doesn't notice the whole complex as string.

Thanks for reading.

Category
Application::Editor
Group
 
Status
Open
Close date
 
Assigned to