Skip to content

Commit 86b24dd

Browse files
authored
fix: support webTypes above 252.*.* IDE version (#41)
2 parents 5895634 + 45ad508 commit 86b24dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
<webSymbols.webTypes
2525
source="META-INF/webTypes.json"
2626
enableByDefault="true"/>
27+
<polySymbols.webTypes
28+
source="META-INF/webTypes.json"
29+
enableByDefault="true"/>
2730
<xml.tagNameProvider
2831
implementation="com.github.tempest.framework.ComponentTagNameProvider"/>
2932
<psi.referenceContributor

0 commit comments

Comments
 (0)