Python: turn comment injector back on

This commit is contained in:
Gregory.Shrago
2014-07-30 01:03:07 +04:00
parent 131b7fcd0b
commit 5d4ad8a0c4
@@ -58,6 +58,6 @@ public class PyLanguageInjectionSupport extends AbstractLanguageInjectionSupport
@Nullable
@Override
public BaseInjection findCommentInjection(@NotNull PsiElement host, @Nullable Ref<PsiElement> commentRef) {
return null;
return super.findCommentInjection(host, commentRef);
}
}