We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27c72b commit ea2e9ebCopy full SHA for ea2e9eb
src/main/kotlin/com/github/tempest/framework/views/injection/PHPLanguageInjector.kt
@@ -28,7 +28,7 @@ class PHPLanguageInjector : MultiHostInjector {
28
is XmlAttributeValue -> {
29
val attribute = element.parent as? XmlAttribute ?: return
30
31
- if (!attribute.name.startsWith(':') || attribute.name.startsWith("::")) return
+ if (!attribute.name.startsWith(':')) return
32
33
val injectableHost = element as? PsiLanguageInjectionHost ?: return
34
0 commit comments