plugins/toolkit/jetbrains-core/resources/META-INF/ext-yaml.xml (6 lines of code) (raw):
<!-- Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. -->
<!-- SPDX-License-Identifier: Apache-2.0 -->
<idea-plugin>
<resource-bundle>software.aws.toolkits.resources.MessagesBundle</resource-bundle>
<extensions defaultExtensionNs="com.intellij">
<fileBasedIndex implementation="software.aws.toolkits.jetbrains.services.cloudformation.CloudFormationTemplateIndex"/>
</extensions>
</idea-plugin>