blob: b28a57aaceb934c0b4aab7f8d8247f070b6f722b [file] [log] [blame]
<idea-plugin>
<id>fuchsia.developer.plugin.fidl</id>
<name>FIDL</name>
<version>0.1</version>
<vendor
url="https://fuchsia.googlesource.com/intellij-language-fidl/">The Fuchsia Authors
</vendor>
<category>Languages</category>
<description><![CDATA[
<a href="https://fuchsia.googlesource.com/zircon/+/master/docs/fidl/index.md">FIDL</a> Plugin for IntelliJ.<br>
<h2> Features </h2>
<ul>
<li> Syntax and Semantic Highlighting </li>
<li> Error highlighting </li>
</ul>
]]></description>
<change-notes><![CDATA[
<ul>
<li><b>0.1</b> Initial support for parsing and syntax highlighting</li>
</ul>
]]>
</change-notes>
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="173.0"/>
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
<depends>com.intellij.modules.lang</depends>
<extensions defaultExtensionNs="com.intellij">
<fileTypeFactory implementation="fuchsia.developer.plugin.fidl.FidlFileTypeFactory"/>
<lang.parserDefinition language="Fidl"
implementationClass="fuchsia.developer.plugin.fidl.FidlParserDefinition"/>
<lang.syntaxHighlighterFactory language="Fidl"
implementationClass="fuchsia.developer.plugin.fidl.FidlSyntaxHighlighterFactory"/>
</extensions>
<actions>
<!-- Add your actions here -->
</actions>
</idea-plugin>