lexer/highlighting initial

This commit is contained in:
Maxim Shafirov
2010-12-10 21:27:19 +03:00
parent 8114444f34
commit a7919fdc1d
17 changed files with 2038 additions and 184 deletions
+22
View File
@@ -0,0 +1,22 @@
<idea-plugin version="2">
<name>Jet</name>
<description>Jet Language support</description>
<version>1.0</version>
<vendor>JetBrains</vendor>
<application-components>
<!-- Add your application components here -->
</application-components>
<project-components>
<!-- Add your project components here -->
</project-components>
<actions>
<!-- Add your actions here -->
</actions>
<extensions defaultExtensionNs="com.intellij">
<fileTypeFactory implementation="org.jetbrains.jet.lang.JetFileFactory"/>
</extensions>
</idea-plugin>