summaryrefslogtreecommitdiff
path: root/python/IntelliLang-python/src/com/jetbrains/python/intelliLang/PyLanguageInjectionSupport.java
diff options
context:
space:
mode:
Diffstat (limited to 'python/IntelliLang-python/src/com/jetbrains/python/intelliLang/PyLanguageInjectionSupport.java')
-rw-r--r--python/IntelliLang-python/src/com/jetbrains/python/intelliLang/PyLanguageInjectionSupport.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/IntelliLang-python/src/com/jetbrains/python/intelliLang/PyLanguageInjectionSupport.java b/python/IntelliLang-python/src/com/jetbrains/python/intelliLang/PyLanguageInjectionSupport.java
index dee16d27646f..70768781ee38 100644
--- a/python/IntelliLang-python/src/com/jetbrains/python/intelliLang/PyLanguageInjectionSupport.java
+++ b/python/IntelliLang-python/src/com/jetbrains/python/intelliLang/PyLanguageInjectionSupport.java
@@ -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);
}
}