|
@@ -631,7 +631,7 @@ sub ctx_locate_comment {
|
|
|
my ($first_line, $end_line) = @_;
|
|
|
|
|
|
# Catch a comment on the end of the line itself.
|
|
|
- my ($current_comment) = ($rawlines[$end_line - 1] =~ m@.*(/\*.*\*/)\s*$@);
|
|
|
+ my ($current_comment) = ($rawlines[$end_line - 1] =~ m@.*(/\*.*\*/)\s*(?:\\\s*)?$@);
|
|
|
return $current_comment if (defined $current_comment);
|
|
|
|
|
|
# Look through the context and try and figure out if there is a
|