Skip to content

Commit d5a4ccb

Browse files
committed
Fixed GraphQL Endpoints file types
1 parent 2398228 commit d5a4ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@
134134

135135
<!-- Endpoint File types -->
136136
<fileType name="GraphQL Endpoint" implementationClass="com.intellij.lang.jsgraphql.endpoint.JSGraphQLEndpointFileType"
137-
language="GraphQL Endpoint" extensions="graphqle"/>
137+
fieldName="INSTANCE" language="GraphQL Endpoint" extensions="graphqle"/>
138138
<fileType name="GraphQL Endpoint Doc" implementationClass="com.intellij.lang.jsgraphql.endpoint.doc.JSGraphQLEndpointDocFileType"
139-
language="GraphQL Endpoint Doc" extensions="graphqld"/>
139+
fieldName="INSTANCE" language="GraphQL Endpoint Doc" extensions="graphqld"/>
140140

141141
<!-- Language -->
142142

0 commit comments

Comments
 (0)