public boolean supportsPerl5EmbeddedComments(@Nullable final PsiComment comment) {
   final RegExpLanguageHost host = findRegExpHost(comment);
   return host != null && host.supportsPerl5EmbeddedComments();
 }