Skip to content

Commit

Permalink
fix: remove iac annotators from optional xml config
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Oct 2, 2024
1 parent be2038c commit e08c6f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/resources/META-INF/optional/withHCL.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<externalAnnotator language="HCL" implementationClass="snyk.iac.annotator.IacHclAnnotator"/>
</extensions>
</idea-plugin>
1 change: 0 additions & 1 deletion src/main/resources/META-INF/optional/withJSON.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<externalAnnotator language="JSON" implementationClass="snyk.iac.annotator.IacJsonAnnotator"/>
</extensions>
</idea-plugin>
1 change: 0 additions & 1 deletion src/main/resources/META-INF/optional/withYAML.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<externalAnnotator language="yaml" implementationClass="snyk.iac.annotator.IacYamlAnnotator"/>
<externalAnnotator language="yaml" implementationClass="snyk.container.annotator.ContainerYamlAnnotator"/>
</extensions>
</idea-plugin>

0 comments on commit e08c6f0

Please sign in to comment.